Aracılığıyla paylaş


ServiceContractMappingCollection.Parent Özelliği

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