ServiceQueue.ActivationExecutionContext 属性

Gets or sets the execution context for the activated procedure.

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

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property ActivationExecutionContext As ActivationExecutionContext 
    Get 
    Set
用法
Dim instance As ServiceQueue 
Dim value As ActivationExecutionContext 

value = instance.ActivationExecutionContext

instance.ActivationExecutionContext = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public ActivationExecutionContext ActivationExecutionContext { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property ActivationExecutionContext ActivationExecutionContext {
    ActivationExecutionContext get ();
    void set (ActivationExecutionContext value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

示例

Readme_ServiceBrokerConfiguration

请参阅

参考

ServiceQueue 类

Microsoft.SqlServer.Management.Smo.Broker 命名空间

其他资源

开发 (Service Broker)

管理 Service Broker

概述 (Service Broker)

CREATE QUEUE (Transact-SQL)