다음을 통해 공유


BrokerPriority.Parent 속성

Gets or sets the ServiceBroker object that is the parent of the BrokerPriority object

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

구문

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

value = instance.Parent

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

속성 값

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

CREATE BROKER PRIORITY(Transact-SQL)

참고 항목

참조

BrokerPriority 클래스

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

관련 자료

대화 우선 순위

대화 우선 순위 관리

대화 우선 순위 문제 해결

개발(Service Broker)

개요(Service Broker)

CREATE BROKER PRIORITY(Transact-SQL)