Password プロパティ
Login プロパティで指定された Microsoft Windows セキュリティ アカウントのパスワードを取得します。値の設定も可能です。
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Rmo (Microsoft.SqlServer.Rmo.dll)
構文
'宣言
Property Password As String
Get
Set
'使用
Dim instance As IProcessSecurityContext
Dim value As String
value = instance.Password
instance.Password = value
string Password { get; set; }
property String^ Password {
String^ get ();
void set (String^ value);
}
abstract Password : string with get, set
function get Password () : String
function set Password (value : String)
プロパティ値
型: System. . :: . .String
空の文字列です。
説明
サブスクライバのパスワードは、SecurePassword プロパティを使用して設定する必要があります。SecurePassword では、パスワードがメモリに保持されている間のセキュリティが強化されています。
このプロパティは、パスワードの設定時にのみ使用します。実際のパスワードが返されることはありません。