Compartir a través de


BrokerServiceCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As ServiceBroker 
    Get
'Uso
Dim instance As BrokerServiceCollection 
Dim value As ServiceBroker 

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

Valor de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

BrokerServiceCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker