此 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.