Propriété ServiceContractMappingCollection.Parent
Gets the BrokerService object that is the parent of the ServiceContractMappingCollection object.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As BrokerService
Get
'Utilisation
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
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService object that is the parent of the ServiceContractMappingCollection object.
Exemples
Voir aussi
Référence
ServiceContractMappingCollection Classe
Espace de noms Microsoft.SqlServer.Management.Smo.Broker