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