AdomdConnection.User プロパティ

現在の AdomdConnection を開いたユーザーの ID を取得します。

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

構文

'宣言
Public ReadOnly Property User As GenericIdentity 
    Get
'使用
Dim instance As AdomdConnection 
Dim value As GenericIdentity 

value = instance.User
public GenericIdentity User { get; }
public:
property GenericIdentity^ User {
    GenericIdentity^ get ();
}
member User : GenericIdentity
function get User () : GenericIdentity

プロパティ値

型: System.Security.Principal.GenericIdentity
現在の AdomdConnection を開いたユーザーに関する情報を持つ System.Security.Principal.GenericIdentity オブジェクトです。

関連項目

参照

AdomdConnection クラス

Microsoft.AnalysisServices.AdomdServer 名前空間