IDatabaseOptions.BrokerEnabled 속성

Gets or sets a Boolean property value that specifies whether the Service Broker service is enabled.

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

구문

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

value = instance.BrokerEnabled

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

속성 값

유형: System.Boolean
A Boolean value that specifies whether the Service Broker service is enabled.If True, statistics are automatically updated.If False (default), statistics are not automatically updated.

How to Get and Set a Property in Visual Basic .NET

참고 항목

참조

IDatabaseOptions 인터페이스

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

관련 자료

속성 설정

데이터베이스 옵션