Метод TableViewBase.EnumFragmentation
Enumerates information about fragments of data that are stored in a table or view.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public Function EnumFragmentation As DataTable
'Применение
Dim instance As TableViewBase
Dim returnValue As DataTable
returnValue = instance.EnumFragmentation()
public DataTable EnumFragmentation()
public:
DataTable^ EnumFragmentation()
member EnumFragmentation : unit -> DataTable
public function EnumFragmentation() : DataTable
Возвращаемое значение
Тип: System.Data.DataTable
A DataTable system object value that contains a list of information about the fragmented data in the table or view.
Примеры
Работа с объектами базы данных
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.Smo