Udostępnij za pośrednictwem


Właściwość MessageTypeMappingCollection.Parent

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

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

Wartość właściwości

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

Uwagi

Wszystkie publiczne, statyczne (udostępnione w programie Microsoft Visual Basic) elementy członkowskie tego typu są bezpieczne dla operacji wielowątkowych. Nie ma gwarancji, że elementy członkowskie wystąpień będą bezpieczne dla wątków.