次の方法で共有


ImpersonationInfo.Password プロパティ

パスワードを取得または設定します。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property Password As String 
    Get 
    Set
'使用
Dim instance As ImpersonationInfo 
Dim value As String 

value = instance.Password

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

プロパティ値

型: System.String
ユーザー アカウントのパスワードを表す String です。

関連項目

参照

ImpersonationInfo クラス

Microsoft.AnalysisServices 名前空間