IUserDefinedFunctionModuleBase.ExecutionContext 속성

Gets the IExecutionContext object that specifies the module execution context.

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

구문

‘선언
ReadOnly Property ExecutionContext As IExecutionContext 
    Get
‘사용 방법
Dim instance As IUserDefinedFunctionModuleBase 
Dim value As IExecutionContext 

value = instance.ExecutionContext
IExecutionContext ExecutionContext { get; }
property IExecutionContext^ ExecutionContext {
    IExecutionContext^ get ();
}
abstract ExecutionContext : IExecutionContext
function get ExecutionContext () : IExecutionContext

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.IExecutionContext
The IExecutionContext object that specifies the module execution context.

참고 항목

참조

IUserDefinedFunctionModuleBase 인터페이스

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