Właściwość SqlOlapConnectionInfoBase.Password
Pobiera lub ustawia hasło używane do ustanowienia połączenia.
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 SqlOlapConnectionInfoBase
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 wartość, która określa hasło używane do ustanowienia połączenia.
Zobacz także