ActivationExecutionContext 属性

Gets or sets the execution context for the activated procedure.

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

语法

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

value = instance.ActivationExecutionContext

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

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ActivationExecutionContext
An ActivationExecutionContext object value that specifies the execution context for the activated procedure.