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


Свойство SnapshotGenerationAgent.PublisherEncryptedPassword

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

Gets or sets the encrypted password for the publisher.

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

Синтаксис

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

value = instance.PublisherEncryptedPassword

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

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

Тип: System.String
The encrypted password for the publisher.

См. также

Справочник

SnapshotGenerationAgent Класс

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