다음을 통해 공유


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)

구문

‘선언
<SfcPropertyAttribute> _
Public Property AutoUpdateStatisticsAsync As Boolean
    Get
    Set
‘사용 방법
Dim instance As DatabaseOptions
Dim value As Boolean

value = instance.AutoUpdateStatisticsAsync

instance.AutoUpdateStatisticsAsync = value
[SfcPropertyAttribute]
public bool AutoUpdateStatisticsAsync { get; set; }
[SfcPropertyAttribute]
public:
property bool AutoUpdateStatisticsAsync {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member 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. Otherwise, False (default).

주의

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

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