Partager via


Propriété ServiceContractMapping.Parent

Gets the BrokerService object that is the parent of the ServiceContractMapping object.

Espace de noms :  Microsoft.SqlServer.Management.Smo.Broker
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As BrokerService 
    Get 
    Set
'Utilisation
Dim instance As ServiceContractMapping 
Dim value As BrokerService 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public BrokerService Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property BrokerService^ Parent {
    BrokerService^ get ();
    void set (BrokerService^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : BrokerService with get, set
function get Parent () : BrokerService 
function set Parent (value : BrokerService)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService object that is the parent of the ServiceContractMapping object.

Exemples

Readme_ServiceBrokerConfiguration

Voir aussi

Référence

ServiceContractMapping Classe

Espace de noms Microsoft.SqlServer.Management.Smo.Broker

Autres ressources

Développement (Service Broker)

Gestion de Service Broker

Vue d'ensemble (Service Broker)