다음을 통해 공유


IDatabaseOptions.AutoUpdateStatisticsAsync 속성

Gets or sets a Boolean property value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.

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

구문

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

value = instance.AutoUpdateStatisticsAsync

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

속성 값

유형: System.Boolean
A Boolean value that specifies whether the AUTOUPDATESTATISTICSASYNC database option is active.If True, statistics are automatically updated.If False (default), statistics are not automatically updated.

주의

This property specifies whether statistics are automatically updated asynchronously for a database.

Transact-SQL ALTER DATABASE 문을 사용하여 이 옵션을 변경할 수도 있습니다.

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

참고 항목

참조

IDatabaseOptions 인터페이스

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

관련 자료

속성 설정

데이터베이스 옵션