Właściwość ServiceContractMappingCollection.Parent
Pobiera BrokerService obiekt, który jest elementem nadrzędnym ServiceContractMappingCollection obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Broker
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public ReadOnly Property Parent As BrokerService
Get
'Użycie
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
Wartość właściwości
Typ: Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService obiekt, który jest elementem nadrzędnym ServiceContractMappingCollection obiektu.
Zobacz także