SqlOlapConnectionInfoBase.SecurePassword Property

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

Namespace:  Microsoft.SqlServer.Management.Common
Assembly:  Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
<XmlIgnoreAttribute> _
Public Property SecurePassword As SecureString 
    Get 
    Set
'Usage
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)

Property Value

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

See Also

Reference

SqlOlapConnectionInfoBase Class

Microsoft.SqlServer.Management.Common Namespace