Share via


IContextService.ActionContext Property

Gets the action context of the IContextProvider.

Namespace:  Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

Syntax

'Declaration
ReadOnly Property ActionContext As IContextProvider
    Get
'Usage
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

Property Value

Type: Microsoft.SqlServer.Management.IContextProvider
The action context of the IContextProvider.