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