Remove (CustomProperties Collection)
![]() |
---|
В следующей версии 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.