Właściwość UIConnectionInfo.EncryptedPassword
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.Pobiera lub ustawia zaszyfrowane hasło UIConnectionInfo.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.RegSvrEnum
Zestaw: Microsoft.SqlServer.RegSvrEnum (w Microsoft.SqlServer.RegSvrEnum.dll)
Składnia
'Deklaracja
Public Property EncryptedPassword As String
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.String
Zaszyfrowane hasło UIConnectionInfo.
Zobacz także