Freigeben über


BrokerServiceCollection.Parent-Eigenschaft

Gets the Database object that is the parent of the BrokerService 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 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

Eigenschaftswert

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

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

BrokerServiceCollection Klasse

Microsoft.SqlServer.Management.Smo.Broker-Namespace