ConnectionSettings.SecureConnectionString プロパティ

定義

このプロパティは、ユーザーが指定した接続文字列の 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

プロパティ値

属性

適用対象