다음을 통해 공유


NoAutomaticRecomputation 속성

Gets a value that indicates whether statistics are regenerated when the index is created.

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

구문

‘선언
ReadOnly Property NoAutomaticRecomputation As Boolean
    Get
‘사용 방법
Dim instance As IRelationalIndex
Dim value As Boolean

value = instance.NoAutomaticRecomputation
bool NoAutomaticRecomputation { get; }
property bool NoAutomaticRecomputation {
    bool get ();
}
abstract NoAutomaticRecomputation : bool
function get NoAutomaticRecomputation () : boolean

속성 값

유형: System. . :: . .Boolean
true if statistics are not regenerated when the index is created; otherwise, false.