SqlOlapConnectionInfoBase.Password 属性

Gets or sets the password used to establish a connection.

命名空间:  Microsoft.SqlServer.Management.Common
程序集:  Microsoft.SqlServer.ConnectionInfo(在 Microsoft.SqlServer.ConnectionInfo.dll 中)

语法

声明
<BrowsableAttribute(False)> _
Public Property Password As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
A String value that specifies the password used to establish a connection.

请参阅

参考

SqlOlapConnectionInfoBase 类

Microsoft.SqlServer.Management.Common 命名空间