ConnectionSettings.SecureConnectionString プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このプロパティは、ユーザーが指定した接続文字列の SecureString バージョンを返すか、オブジェクト設定に基づいて計算された接続文字列を返します。 明示的に設定すると、渡された接続文字列を反映するように ServerConnection オブジェクト内のすべてのプロパティが設定されます。 例外: ConnectionCannotBeChangedException
[System.ComponentModel.Browsable(false)]
public System.Security.SecureString SecureConnectionString { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.SecureConnectionString : System.Security.SecureString with get, set
Public Property SecureConnectionString As SecureString
プロパティ値
- 属性