IExecutionContext.ContextType 속성

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

네임스페이스:  Microsoft.SqlServer.Management.SqlParser.Metadata
어셈블리:  Microsoft.SqlServer.Management.SqlParser(Microsoft.SqlServer.Management.SqlParser.dll)

구문

‘선언
ReadOnly Property ContextType As ExecutionContextType 
    Get
‘사용 방법
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

속성 값

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

참고 항목

참조

IExecutionContext 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스