Index.EnumFragmentation Method
Include Protected Members
Include Inherited Members
Enumerates a list of fragmentation information for the index using the fast fragmentation option.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
EnumFragmentation() | Enumerates a list of fragmentation information for the index using the default fast fragmentation option. | |
EnumFragmentation(FragmentationOption) | Enumerates a list of fragmentation information for the index with the specified fragmentation option. | |
EnumFragmentation(FragmentationOption, Int32) | Enumerates a list of fragmentation information for the index with the specified fragmentation option and partition number. |
Top