次の方法で共有


ConnectionInfo.Password プロパティ

ConnectionInfo オブジェクトに関連付けられたパスワードを取得します。

名前空間:  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
パスワードです。

関連項目

参照

ConnectionInfo クラス

Microsoft.AnalysisServices 名前空間