次の方法で共有


SnapshotGenerationAgent.SecurePublisherEncryptedPassword プロパティ

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

Sets the encrypted password used when connecting to the Publisher using SQL Server Authentication.

名前空間:  Microsoft.SqlServer.Replication
アセンブリ:  Microsoft.SqlServer.Replication (Microsoft.SqlServer.Replication.dll)

構文

'宣言
<ComVisibleAttribute(False)> _
Public Property SecurePublisherEncryptedPassword As SecureString 
    Get 
    Set
'使用
Dim instance As SnapshotGenerationAgent 
Dim value As SecureString 

value = instance.SecurePublisherEncryptedPassword

instance.SecurePublisherEncryptedPassword = value
[ComVisibleAttribute(false)]
public SecureString SecurePublisherEncryptedPassword { get; set; }
[ComVisibleAttribute(false)]
public:
property SecureString^ SecurePublisherEncryptedPassword {
    SecureString^ get ();
    void set (SecureString^ value);
}
[<ComVisibleAttribute(false)>]
member SecurePublisherEncryptedPassword : SecureString with get, set
function get SecurePublisherEncryptedPassword () : SecureString 
function set SecurePublisherEncryptedPassword (value : SecureString)

プロパティ値

型: System.Security.SecureString
The encrypted password used when connecting to the Publisher using SQL Server Authentication.

関連項目

参照

SnapshotGenerationAgent クラス

Microsoft.SqlServer.Replication 名前空間