ServiceContractMappingCollection.Parent Özelliği
Alır BrokerService üst nesne ServiceContractMappingCollection nesne.
Ad Alanı: Microsoft.SqlServer.Management.Smo.Broker
Derleme: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)
Sözdizimi
'Bildirim
Public ReadOnly Property Parent As BrokerService
Get
'Kullanım
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
Özellik Değeri
Tür: Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService üst nesne ServiceContractMappingCollection nesne.
Ayrıca bkz.