ExecutionContext 属性

Gets or sets the execution context.

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

语法

声明
<SfcPropertyAttribute> _
Public Property ExecutionContext As ExecutionContext
    Get
    Set
用法
Dim instance As Trigger
Dim value As ExecutionContext

value = instance.ExecutionContext

instance.ExecutionContext = value
[SfcPropertyAttribute]
public ExecutionContext ExecutionContext { get; set; }
[SfcPropertyAttribute]
public:
property ExecutionContext ExecutionContext {
    ExecutionContext get ();
    void set (ExecutionContext value);
}
[<SfcPropertyAttribute>]
member ExecutionContext : ExecutionContext with get, set
function get ExecutionContext () : ExecutionContext
function set ExecutionContext (value : ExecutionContext)

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ExecutionContext
An ExecutionContext object value that specifies the execution context.