CancelAlter Method

SQLServer.Executive Object

Description

Stops a unit of Executive property changes previously marked with BeginAlter. All property changes made since calling BeginAlter will not be committed to SQL Server.

Visual Basic

Executive.CancelAlter

C++

HRESULT pExecutive->CancelAlter ( );