次の方法で共有


ImpersonationInfo.Account プロパティ

ユーザー アカウントを取得します。値の設定も可能です。

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

構文

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

value = instance.Account

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

プロパティ値

型: System.String
ユーザー アカウントを表す String です。

関連項目

参照

ImpersonationInfo クラス

Microsoft.AnalysisServices 名前空間