Proprietà SecureDistributorEncryptedPassword
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Spazio dei nomi Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
Sintassi
'Dichiarazione
<ComVisibleAttribute(False)> _
Public Property SecureDistributorEncryptedPassword As SecureString
Get
Set
'Utilizzo
Dim instance As SnapshotGenerationAgent
Dim value As SecureString
value = instance.SecureDistributorEncryptedPassword
instance.SecureDistributorEncryptedPassword = value
[ComVisibleAttribute(false)]
public SecureString SecureDistributorEncryptedPassword { get; set; }
[ComVisibleAttribute(false)]
public:
property SecureString^ SecureDistributorEncryptedPassword {
SecureString^ get ();
void set (SecureString^ value);
}
[<ComVisibleAttribute(false)>]
member SecureDistributorEncryptedPassword : SecureString with get, set
function get SecureDistributorEncryptedPassword () : SecureString
function set SecureDistributorEncryptedPassword (value : SecureString)
Valore proprietà
Vedere anche