IConnectionSecurityContext.SecureSqlStandardPassword プロパティ
SQL Server 認証を使用する際のパスワードを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Property SecureSqlStandardPassword As SecureString
Get
Set
'使用
Dim instance As IConnectionSecurityContext
Dim value As SecureString
value = instance.SecureSqlStandardPassword
instance.SecureSqlStandardPassword = value
SecureString SecureSqlStandardPassword { get; set; }
property SecureString^ SecureSqlStandardPassword {
SecureString^ get ();
void set (SecureString^ value);
}
abstract SecureSqlStandardPassword : SecureString with get, set
function get SecureSqlStandardPassword () : SecureString
function set SecureSqlStandardPassword (value : SecureString)
プロパティ値
型: System.Security.SecureString
SQL Server 認証を使用する際のパスワードです。