ExecutionContext 属性

Gets or sets an IExecutionContext object that specifies the module execution context.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property ExecutionContext As IExecutionContext
    Get
    Set
用法
Dim instance As IMutableTrigger
Dim value As IExecutionContext

value = instance.ExecutionContext

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

属性值

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

实现

ITrigger. . :: . .ExecutionContext