Freigeben über


RemoveAllObjects Method

Dieses Feature wird in einer zukünftigen Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature beim Entwickeln neuer Anwendungen nicht, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird.

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

Syntax

object
.RemoveAllObjects()

Parts

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

Prototype (C/C++)

HRESULT RemoveAllObjects();

Hinweise

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.

ms136295.note(de-de,SQL.90).gifHinweis:
RemoveAllObjects can be used with SQL Server 7.0, and Microsoft SQL Server 2000 or later.

Applies To:

Transfer2 Object