Proprietà BrokerPriority.Parent

Gets or sets the ServiceBroker object that is the parent of the BrokerPriority object

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As ServiceBroker 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Esempi

CREATE BROKER PRIORITY (Transact-SQL)

Vedere anche

Riferimento

BrokerPriority Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker

Altre risorse

Priorità di conversazione

Gestione delle priorità di conversazione

Risoluzione dei problemi relativi alle priorità di conversazione

Sviluppo (Service Broker)

Panoramica (Service Broker)

CREATE BROKER PRIORITY (Transact-SQL)