RemoveAllObjects Method

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションは修正することを検討してください。

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

構文

object
.RemoveAllObjects()

Parts

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

Prototype (C/C++)

HRESULT RemoveAllObjects();

解説

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(ja-jp,SQL.90).gifメモ :
RemoveAllObjects can be used with SQL Server 7.0, and Microsoft SQL Server 2000 or later.

Applies To:

Transfer2 Object