IContextService.ActionContext Property

Definition

Gets the action context of the IContextProvider.

public:
 property Microsoft::SqlServer::Management::IContextProvider ^ ActionContext { Microsoft::SqlServer::Management::IContextProvider ^ get(); };
public Microsoft.SqlServer.Management.IContextProvider ActionContext { get; }
member this.ActionContext : Microsoft.SqlServer.Management.IContextProvider
Public ReadOnly Property ActionContext As IContextProvider

Property Value

The action context of the IContextProvider.

Applies to