Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ServiceBroker object that is the parent of the ServiceRouteCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As ServiceBroker
Get
'Usage
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
Property Value
Type: Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker object that is the parent of the ServiceRouteCollection object.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo.Broker Namespace