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


Свойство Parent

Gets the BrokerService object that is the parent of the ServiceContractMappingCollection object.

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

Синтаксис

'Декларация
Public ReadOnly Property Parent As BrokerService
    Get
'Применение
Dim instance As ServiceContractMappingCollection
Dim value As BrokerService

value = instance.Parent
public BrokerService Parent { get; }
public:
property BrokerService^ Parent {
    BrokerService^ get ();
}
member Parent : BrokerService
function get Parent () : BrokerService

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

Тип Microsoft.SqlServer.Management.Smo.Broker. . :: . .BrokerService
A BrokerService object that is the parent of the ServiceContractMappingCollection object.