Поделиться через


ServiceQueue.Parent Property

Gets or sets the ServiceBroker object that is the parent of the ServiceQueue object.

Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Синтаксис

'Декларация
Public Property Parent As ServiceBroker
public ServiceBroker Parent { get; set; }
public:
property ServiceBroker^ Parent {
    ServiceBroker^ get ();
    void set (ServiceBroker^ value);
}
/** @property */
public ServiceBroker get_Parent ()

/** @property */
public void set_Parent (ServiceBroker value)
public function get Parent () : ServiceBroker

public function set Parent (value : ServiceBroker)

Значение свойства

A ServiceBrokerobject value that is the parent of the ServiceQueue object.

Замечания

Это пространство имен, класс или элемент поддерживаются только платформой 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)