ServiceRouteCollection.Parent 属性

Gets the ServiceBroker object that is the parent of the ServiceRouteCollection object.

命名空间:  Microsoft.SqlServer.Management.Smo.Broker
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As ServiceBroker 
    Get
用法
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

属性值

类型:Microsoft.SqlServer.Management.Smo.Broker.ServiceBroker
A ServiceBroker object that is the parent of the ServiceRouteCollection object.

示例

使用集合

请参阅

参考

ServiceRouteCollection 类

Microsoft.SqlServer.Management.Smo.Broker 命名空间

其他资源

使用集合