共用方式為


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.