Właściwość MergeSynchronizationAgent.SecurePublisherEncryptedPassword
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
Public Property SecurePublisherEncryptedPassword As SecureString
Get
Set
'Użycie
Dim instance As MergeSynchronizationAgent
Dim value As SecureString
value = instance.SecurePublisherEncryptedPassword
instance.SecurePublisherEncryptedPassword = value
public SecureString SecurePublisherEncryptedPassword { get; set; }
public:
property SecureString^ SecurePublisherEncryptedPassword {
SecureString^ get ();
void set (SecureString^ value);
}
member SecurePublisherEncryptedPassword : SecureString with get, set
function get SecurePublisherEncryptedPassword () : SecureString
function set SecurePublisherEncryptedPassword (value : SecureString)
Wartość właściwości
Zobacz także