Compartilhar via


RemoveAllObjects Method

Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.

The RemoveAllObjects method removes all objects from the list of objects to be copied during a transfer operation.

Sintaxe

object
.RemoveAllObjects()

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT RemoveAllObjects();

Comentários

An application calls RemoveAllObjects to clear the list of objects to be transferred. The application can then specify a different list of objects using the AddObject or AddObjectByName property.

ObservaçãoObservação

RemoveAllObjects can be used with SQL Server 7.0, and Microsoft SQL Server 2000 or later.

Applies To: