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


Свойство ServiceContractCollection.Parent

Gets the ServiceBroker object that is the parent of the ServiceContract object.

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

Синтаксис

'Декларация
Public ReadOnly Property Parent As ServiceBroker 
    Get
'Применение
Dim instance As ServiceContractCollection 
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 ServiceContract object.

Примеры

Использование коллекций

См. также

Справочник

ServiceContractCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo.Broker

Другие ресурсы

Использование коллекций