Poznámka
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets or sets the secure distributor encrypted password.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Syntax
'Declaration
Public Property SecureDistributorEncryptedPassword As SecureString
Get
Set
'Usage
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)
Property Value
Type: System.Security.SecureString
The secure distributor encrypted password.