Właściwość SnapshotGenerationAgent.PublisherEncryptedPassword
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Przestrzeń nazw: Microsoft.SqlServer.Replication
Zestaw: Microsoft.SqlServer.Replication (w Microsoft.SqlServer.Replication.dll)
Składnia
'Deklaracja
<ComVisibleAttribute(False)> _
Public Property PublisherEncryptedPassword As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Zobacz także