Parent 속성

Gets the Database object that is the parent of the MessageType object.

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

구문

‘선언
Public ReadOnly Property Parent As ServiceBroker
    Get
‘사용 방법
Dim instance As MessageTypeCollection
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 Database object that is the parent of the MessageType object.