Свойство ServiceQueueCollection.Parent
Gets the ServiceBroker object that is the parent of the ServiceQueue object.
Пространство имен: Microsoft.SqlServer.Management.Smo.Broker
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Property Parent As ServiceBroker
Get
'Применение
Dim instance As ServiceQueueCollection
Dim value As ServiceBroker
value = instance.Parent
public ServiceBroker Parent { get; }
public:
property ServiceBroker^ Parent {
ServiceBroker^ get ();
}
member Parent : ServiceBroker
function get Parent () : ServiceBroker
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker object that is the parent of the ServiceQueue object.
Примеры
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo.Broker