Remove (CustomProperties Collection)
Notes
Cette fonctionnalité sera supprimée dans la prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et modifiez dès que possible les applications qui utilisent actuellement cette fonctionnalité.
The Remove method of a CustomProperties collection removes an item from the collection.
Syntaxe
object.Remove(ByVal Index)
Notes
object
An instance of a CustomProperties collection.Index
A Variant that specifies the name or index of the object to remove.