Metodo TableViewBase.EnumFragmentation

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Function EnumFragmentation As DataTable
'Utilizzo
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

Valore restituito

Tipo: System.Data.DataTable
A DataTable system object value that contains a list of information about the fragmented data in the table or view.

Esempi

Utilizzo degli oggetti di database

Vedere anche

Riferimento

TableViewBase Classe

Overload EnumFragmentation

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Tabelle

Viste

CREATE TABLE (Transact-SQL)

CREATE VIEW (Transact-SQL)