Método AlterAllIndexes
Updates any Index object property changes for all indexes on the instance of SQL Server for a specified index operation.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public Sub AlterAllIndexes
'Uso
Dim instance As Index
instance.AlterAllIndexes()
public void AlterAllIndexes()
public:
void AlterAllIndexes()
member AlterAllIndexes : unit -> unit
public function AlterAllIndexes()
Comentários
Observação |
---|
Indexes based on the UserDefinedTableType object cannot be modified and running this method will generate an exception. |
Consulte também