Поделиться через


Свойство SnapshotGenerationAgent.SecureDistributorEncryptedPassword

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

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

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)

Синтаксис

'Декларация
<ComVisibleAttribute(False)> _
Public Property SecureDistributorEncryptedPassword As SecureString 
    Get 
    Set
'Применение
Dim instance As SnapshotGenerationAgent 
Dim value As SecureString 

value = instance.SecureDistributorEncryptedPassword

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

Значение свойства

Тип: System.Security.SecureString
The encrypted password used when connecting locally to the Distributor using SQL Server Authentication.

См. также

Справочник

SnapshotGenerationAgent Класс

Пространство имен Microsoft.SqlServer.Replication