IContextService.ActionContext プロパティ

IContextProvider のアクション コンテキストを取得します。

名前空間:  Microsoft.SqlServer.Management
アセンブリ:  Microsoft.SqlServer.Management.SDK.SqlStudio (Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

構文

'宣言

ReadOnly Property ActionContext As IContextProvider
    Get
'使用

Dim instance As IContextService
Dim value As IContextProvider

value = instance.ActionContext
IContextProvider ActionContext { get; }
property IContextProvider^ ActionContext {
    IContextProvider^ get ();
}
abstract ActionContext : IContextProvider
function get ActionContext () : IContextProvider

プロパティ値

型: Microsoft.SqlServer.Management.IContextProvider
IContextProvider のアクション コンテキスト。

関連項目

参照

IContextService インターフェイス

Microsoft.SqlServer.Management 名前空間