FragmentationOption 열거형

The FragmentationOption enumeration is a list of constant values that specify the levels of detail of collected fragmentation information.

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

구문

‘선언
Public Enumeration FragmentationOption
‘사용 방법
Dim instance As FragmentationOption
public enum FragmentationOption
public enum class FragmentationOption
type FragmentationOption
public enum FragmentationOption

멤버

멤버 이름 설명
Fast Value = 1. Calculates statistics based on parent level pages only. This option is available starting with SQL Server 2000.
Sampled Value = 2. Calculates statistics based on samples of data. This option is available starting with SQL Server 2005.
Detailed Value = 3. Calculates statistics based on 100% of the data. This option is available starting with SQL Server 2005.

주의

The FragmentationOption class are served by the EnumFragmentation method and the GetFragOptionString method.