Aracılığıyla paylaş


ServiceQueueCollection.Parent Özelliği

Alır ServiceBroker üst nesne ServiceQueue nesne.

Ad Alanı:  Microsoft.SqlServer.Management.Smo.Broker
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
Public ReadOnly Property Parent As ServiceBroker
    Get
'Kullanım
Dim instance As ServiceQueueCollection
Dim value As ServiceBroker

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