Udostępnij za pośrednictwem


Właściwość ConnectionSettings.Password

Pobiera lub ustawia hasło używane z logowanie do nawiązania połączenia z serwerem podczas SQL Server jest używane uwierzytelnianie.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Common
Zestaw:  Microsoft.SqlServer.ConnectionInfo (w Microsoft.SqlServer.ConnectionInfo.dll)

Składnia

'Deklaracja
<BrowsableAttribute(False)> _
Public Property Password As String
    Get
    Set
'Użycie
Dim instance As ConnectionSettings
Dim value As String

value = instance.Password

instance.Password = value
[BrowsableAttribute(false)]
public string Password { get; set; }
[BrowsableAttribute(false)]
public:
property String^ Password {
    String^ get ();
    void set (String^ value);
}
[<BrowsableAttribute(false)>]
member Password : string with get, set
function get Password () : String
function set Password (value : String)

Wartość właściwości

Typ: System.String
A String , który określa hasło jest wymagane, gdy używana jest wartość SQL Server uwierzytelniania.

Uwagi

Właściwość hasło nie wymaga wartości używane uwierzytelnianie systemu Windows.