Udostępnij za pośrednictwem


Właściwość ServiceContractCollection.Parent

Pobiera ServiceBroker obiekt, który jest elementem nadrzędnym ServiceContract 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 ServiceBroker
    Get
'Użycie
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

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker obiekt, który jest elementem nadrzędnym ServiceContract obiektu.