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.

示例

使用集合