CancelAlter Method

SQLServer.Operator Object

Description

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

Visual Basic

Operator.CancelAlter

C++

HRESULT pOperator->CancelAlter ( );