Propriedade do RDL ServiceRouteCollection.Parent
Gets the ServiceBroker object that is the parent of the ServiceRouteCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Parent As ServiceBroker
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker object that is the parent of the ServiceRouteCollection object.
Exemplos
Consulte também
Referência
Namespace Microsoft.SqlServer.Management.Smo.Broker