共用方式為


ConnectionInfo.Password 屬性

Gets the password associated with the ConnectionInfo object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public ReadOnly Property Password As String 
    Get
'用途
Dim instance As ConnectionInfo 
Dim value As String 

value = instance.Password
public string Password { get; }
public:
property String^ Password {
    String^ get ();
}
member Password : string
function get Password () : String

屬性值

型別:System.String
A password.

請參閱

參考

ConnectionInfo 類別

Microsoft.AnalysisServices 命名空間