共用方式為


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.

[!附註]

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

Applies To: