CancelAlter Method

SQLServer.Database.Publication.Article Object

Description

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

Visual Basic

Article.CancelAlter

C++

HRESULT pArticle->CancelAlter ( );