Proprietà ServiceRouteCollection.Parent

Gets the ServiceBroker object that is the parent of the ServiceRouteCollection object.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As ServiceBroker 
    Get
'Utilizzo
Dim instance As ServiceRouteCollection 
Dim value As ServiceBroker 

value = instance.Parent
public ServiceBroker Parent { get; }
public:
property ServiceBroker^ Parent {
    ServiceBroker^ get ();
}
member Parent : ServiceBroker
function get Parent () : ServiceBroker

Valore proprietà

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

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

ServiceRouteCollection Classe

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

Altre risorse

Utilizzo delle raccolte