Свойство SnapshotGenerationAgent.DistributorEncryptedPassword
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Gets or sets the encrypted password for the distributor.
Пространство имен: Microsoft.SqlServer.Replication
Сборка: Microsoft.SqlServer.Replication (в Microsoft.SqlServer.Replication.dll)
Синтаксис
'Декларация
<ComVisibleAttribute(False)> _
Public Property DistributorEncryptedPassword As String
Get
Set
'Применение
Dim instance As SnapshotGenerationAgent
Dim value As String
value = instance.DistributorEncryptedPassword
instance.DistributorEncryptedPassword = value
[ComVisibleAttribute(false)]
public string DistributorEncryptedPassword { get; set; }
[ComVisibleAttribute(false)]
public:
property String^ DistributorEncryptedPassword {
String^ get ();
void set (String^ value);
}
[<ComVisibleAttribute(false)>]
member DistributorEncryptedPassword : string with get, set
function get DistributorEncryptedPassword () : String
function set DistributorEncryptedPassword (value : String)
Значение свойства
Тип: System.String
The encrypted password for the distributor.