IDatabaseOptions.HonorBrokerPriority 속성

Gets or sets a value that indicates whether the priority specified by the broker is acknowledged.

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

구문

‘선언
<DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")> _
<DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")> _
Property HonorBrokerPriority As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As IDatabaseOptions 
Dim value As Boolean 

value = instance.HonorBrokerPriority

instance.HonorBrokerPriority = value
[DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")]
[DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")]
bool HonorBrokerPriority { get; set; }
[DisplayNameKeyAttribute(L"Database_HonorBrokerPriorityName")]
[DisplayDescriptionKeyAttribute(L"Database_HonorBrokerPriorityDesc")]
property bool HonorBrokerPriority {
    bool get ();
    void set (bool value);
}
[<DisplayNameKeyAttribute("Database_HonorBrokerPriorityName")>]
[<DisplayDescriptionKeyAttribute("Database_HonorBrokerPriorityDesc")>]
abstract HonorBrokerPriority : bool with get, set
function get HonorBrokerPriority () : boolean 
function set HonorBrokerPriority (value : boolean)

속성 값

유형: System.Boolean
A Boolean value that indicates whether the priority specified by the broker is acknowledged.If True, the broker priority is acknowledged. Otherwise, False (default.)

참고 항목

참조

IDatabaseOptions 인터페이스

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