MergeSynchronizationAgent.SecureSubscriberEncryptedPassword プロパティ
この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
Gets or sets the secure subscriber encrypted password.
名前空間: Microsoft.SqlServer.Replication
アセンブリ: Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)
構文
'宣言
Public Property SecureSubscriberEncryptedPassword As SecureString
Get
Set
'使用
Dim instance As MergeSynchronizationAgent
Dim value As SecureString
value = instance.SecureSubscriberEncryptedPassword
instance.SecureSubscriberEncryptedPassword = value
public SecureString SecureSubscriberEncryptedPassword { get; set; }
public:
property SecureString^ SecureSubscriberEncryptedPassword {
SecureString^ get ();
void set (SecureString^ value);
}
member SecureSubscriberEncryptedPassword : SecureString with get, set
function get SecureSubscriberEncryptedPassword () : SecureString
function set SecureSubscriberEncryptedPassword (value : SecureString)
プロパティ値
型: System.Security.SecureString
The secure subscriber encrypted password.