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 네임스페이스

관련 자료

컬렉션 사용