Propriété BrokerPriority.Parent

Gets or sets the ServiceBroker object that is the parent of the BrokerPriority 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 ServiceBroker 
    Get 
    Set
'Utilisation
Dim instance As BrokerPriority 
Dim value As ServiceBroker 

value = instance.Parent

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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker object that is the parent of the BrokerPriority object.

Exemples

CREATE BROKER PRIORITY (Transact-SQL)

Voir aussi

Référence

BrokerPriority Classe

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

Autres ressources

Priorités de conversation

Gestion des priorités de conversation

Résolution des problèmes liés aux priorités de conversation

Développement (Service Broker)

Vue d'ensemble (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)