Condividi tramite


Proprietà SqlOlapConnectionInfoBase.SecurePassword

Gets or sets the secure password used to establish a connection.

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

Sintassi

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

value = instance.SecurePassword

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

Valore proprietà

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

Vedere anche

Riferimento

SqlOlapConnectionInfoBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Common