次の方法で共有


ConnectionInfo.ImpersonationLevel プロパティ

ConnectionInfo オブジェクトに関連付けられた権限借用レベルを取得します。

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

構文

'宣言
Public ReadOnly Property ImpersonationLevel As ImpersonationLevel 
    Get
'使用
Dim instance As ConnectionInfo 
Dim value As ImpersonationLevel 

value = instance.ImpersonationLevel
public ImpersonationLevel ImpersonationLevel { get; }
public:
property ImpersonationLevel ImpersonationLevel {
    ImpersonationLevel get ();
}
member ImpersonationLevel : ImpersonationLevel
function get ImpersonationLevel () : ImpersonationLevel

プロパティ値

型: Microsoft.AnalysisServices.ImpersonationLevel
ImpersonationLevel オブジェクトです。

関連項目

参照

ConnectionInfo クラス

Microsoft.AnalysisServices 名前空間