ServiceQueue.ActivationExecutionContext Property
Gets or sets the execution context for the activated procedure.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public Property ActivationExecutionContext As ActivationExecutionContext
public ActivationExecutionContext ActivationExecutionContext { get; set; }
public:
property ActivationExecutionContext ActivationExecutionContext {
ActivationExecutionContext get ();
void set (ActivationExecutionContext value);
}
/** @property */
public ActivationExecutionContext get_ActivationExecutionContext ()
/** @property */
public void set_ActivationExecutionContext (ActivationExecutionContext value)
public function get ActivationExecutionContext () : ActivationExecutionContext
public function set ActivationExecutionContext (value : ActivationExecutionContext)
Значение свойства
An ActivationExecutionContext object value that specifies the execution context for the activated procedure.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Пример
Readme_ServiceBrokerConfiguration
Синхронизация потоков
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
ServiceQueue Class
ServiceQueue Members
Microsoft.SqlServer.Management.Smo.Broker Namespace
Другие ресурсы
Service Broker Programming
Managing Service Broker
Знакомство с компонентом Service Broker
CREATE QUEUE (Transact-SQL)