Proprietà EncryptedPassword
Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Gets or sets the encrypted password of the UIConnectionInfo.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.RegSvrEnum
Assembly: Microsoft.SqlServer.RegSvrEnum (in Microsoft.SqlServer.RegSvrEnum.dll)
Sintassi
'Dichiarazione
Public Property EncryptedPassword As String
Get
Set
'Utilizzo
Dim instance As UIConnectionInfo
Dim value As String
value = instance.EncryptedPassword
instance.EncryptedPassword = value
public string EncryptedPassword { get; set; }
public:
property String^ EncryptedPassword {
String^ get ();
void set (String^ value);
}
member EncryptedPassword : string with get, set
function get EncryptedPassword () : String
function set EncryptedPassword (value : String)
Valore proprietà
Tipo: System. . :: . .String
The encrypted password of the UIConnectionInfo.
Vedere anche