Condividi tramite


Proprietà SqlOlapConnectionInfoBase.Password

Gets or sets the password used to establish a connection.

Spazio dei nomi  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Sintassi

'Dichiarazione
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public Property Password As String 
    Get 
    Set
'Utilizzo
Dim instance As SqlOlapConnectionInfoBase 
Dim value As String 

value = instance.Password

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

Valore proprietà

Tipo: String
A String value that specifies the password used to establish a connection.

Vedere anche

Riferimento

SqlOlapConnectionInfoBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common