CancelAlter Method

SQLServer.Executive.Task Object

Description

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

Visual Basic

Task.CancelAlter

C++

HRESULT pTask->CancelAlter ( );