Remove (CustomProperties Collection)
Hinweis: |
---|
Dieses Feature wird in der nächsten Version von Microsoft SQL Server entfernt. Verwenden Sie dieses Feature nicht zum Entwickeln neuer Anwendungen, und planen Sie das Ändern von Anwendungen, in denen es zurzeit verwendet wird, zum frühstmöglichen Zeitpunkt ein. |
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.