DoAlter Method

SQLServer.Database.Table Object

Description

Commits a unit of Table property changes previously marked with BeginAlter. All property changes made since calling BeginAlter will be committed to SQL Server using a single update.

Visual Basic

Table.DoAlter

C++

HRESULT pTable->DoAlter ( );