CancelAlter Method

SQLServer.Alert Object

Description

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

Visual Basic

Alert.CancelAlter

C++

HRESULT pAlert->CancelAlter ( );