TableViewBase.EnumFragmentation Method

Include Protected Members
Include Inherited Members

Enumerates information about fragments of data that are stored in a table or view.

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
Public method EnumFragmentation() Enumerates information about fragments of data that are stored in a table or view.
Public method EnumFragmentation(FragmentationOption) Enumerates information about fragments of data that are stored in a table or view with the option to specify how detailed the results should be.
Public method EnumFragmentation(FragmentationOption, Int32) Enumerates information about fragments of data that are stored in a table or view on a specified partition, and with the option to specify how detailed the results should be.

Top