メモ : |
|---|
| この機能は、Microsoft SQL Server の次のバージョンで削除されます。新規の開発作業ではこの機能を使用しないようにし、現在この機能を使用しているアプリケーションはできるだけ早く修正してください。 |
The Remove method of a CustomProperties collection removes an item from the collection.
構文
object.Remove(ByVal Index)
解説
- object
An instance of a CustomProperties collection.
- Index
A Variant that specifies the name or index of the object to remove.
メモ :