次の方法で共有


SecurePublisherEncryptedPassword プロパティ

この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

名前空間:  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