Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the password used to establish a connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
<XmlIgnoreAttribute> _
<BrowsableAttribute(False)> _
Public Property Password As String
Get
Set
'Usage
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)
Property Value
Type: String
A String value that specifies the password used to establish a connection.