다음을 통해 공유


Parent 속성

Gets the BrokerService object that is the parent of the ServiceContractMappingCollection object.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Broker
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public ReadOnly Property Parent As BrokerService
    Get
‘사용 방법
Dim instance As ServiceContractMappingCollection
Dim value As BrokerService

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