MessageTypeCollection.Parent 속성
Gets the Database object that is the parent of the MessageType object.
네임스페이스: Microsoft.SqlServer.Management.Smo.Broker
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
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.
예
참고 항목
참조
Microsoft.SqlServer.Management.Smo.Broker 네임스페이스