ConnectionStringInternal プロパティ
内部接続文字列を取得または設定します。
名前空間: Microsoft.SqlServer.Management.Common
アセンブリ: Microsoft.SqlServer.ConnectionInfo (Microsoft.SqlServer.ConnectionInfo.dll)
構文
'宣言
Protected Property ConnectionStringInternal As SecureString
Get
Set
'使用
Dim value As SecureString
value = Me.ConnectionStringInternal
Me.ConnectionStringInternal = value
protected SecureString ConnectionStringInternal { get; set; }
protected:
property SecureString^ ConnectionStringInternal {
SecureString^ get ();
void set (SecureString^ value);
}
member ConnectionStringInternal : SecureString with get, set
function get ConnectionStringInternal () : SecureString
function set ConnectionStringInternal (value : SecureString)
プロパティ値
型: System.Security. . :: . .SecureString
内部接続文字列を示す StringBuilder 値です。