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.