Поделиться через


Свойство Parent

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

Пространство имен:  Microsoft.SqlServer.Management.Smo.Broker
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Property Parent As ServiceBroker
    Get
'Применение
Dim instance As BrokerPriorityCollection
Dim value As ServiceBroker

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

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceBroker
A Database object that is the parent of the BrokerPriority object.