MessageTypeMapping.Parent 속성

Gets the ServiceContract object that is the parent of the MessageTypeMapping object.

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

구문

‘선언
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As ServiceContract 
    Get 
    Set
‘사용 방법
Dim instance As MessageTypeMapping 
Dim value As ServiceContract 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public ServiceContract Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property ServiceContract^ Parent {
    ServiceContract^ get ();
    void set (ServiceContract^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : ServiceContract with get, set
function get Parent () : ServiceContract 
function set Parent (value : ServiceContract)

속성 값

유형: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
A ServiceContract object that is the parent of the MessageTypeMapping object.

Readme_ServiceBrokerConfiguration

참고 항목

참조

MessageTypeMapping 클래스

Microsoft.SqlServer.Management.Smo.Broker 네임스페이스

관련 자료

개요(Service Broker)

Service Broker 관리

개발(Service Broker)