Share via


IExecutionContext.ContextType Property

Gets an ExecutionContextType value that indicates the execution context for the module.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property ContextType As ExecutionContextType
    Get
'Usage
Dim instance As IExecutionContext
Dim value As ExecutionContextType

value = instance.ContextType
ExecutionContextType ContextType { get; }
property ExecutionContextType ContextType {
    ExecutionContextType get ();
}
abstract ContextType : ExecutionContextType
function get ContextType () : ExecutionContextType

Property Value

Type: Microsoft.SqlServer.Management.SqlParser.Metadata.ExecutionContextType
An ExecutionContextType value that indicates the execution context for the module.