IContextService Interface

Represents the runtime context of the service.

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

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("A71A7A36-7144-4876-A770-963C15E6A334")> _
Public Interface IContextService
'Usage
Dim instance As IContextService
[ComVisibleAttribute(true)]
[GuidAttribute("A71A7A36-7144-4876-A770-963C15E6A334")]
public interface IContextService
[ComVisibleAttribute(true)]
[GuidAttribute(L"A71A7A36-7144-4876-A770-963C15E6A334")]
public interface class IContextService
[<ComVisibleAttribute(true)>]
[<GuidAttribute("A71A7A36-7144-4876-A770-963C15E6A334")>]
type IContextService =  interface end
public interface IContextService

The IContextService type exposes the following members.

Properties

  Name Description
Public property ActionContext Gets the action context of the IContextProvider.
Public property ObjectExplorerContext Gets the context value for the object explorer.
Public property UtilityExplorerContext Gets the context value for the utility explorer.

Top