Remove (CustomProperties Collection)
Hinweis |
---|
Diese Funktion wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie diese Funktion beim Entwickeln neuer Anwendungen nicht, und planen Sie so bald wie möglich das Ändern von Anwendungen, in denen es zurzeit verwendet wird. |
The Remove method of a CustomProperties collection removes an item from the collection.
Syntax
object.Remove(ByVal Index)
Hinweise
object
An instance of a CustomProperties collection.Index
A Variant that specifies the name or index of the object to remove.