Share via


Remove (CustomProperties Collection)

Note

  This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.

The Remove method of a CustomProperties collection removes an item from the collection.

Syntax

object.Remove(ByVal Index)

Remarks

  • object
    An instance of a CustomProperties collection.

  • Index
    A Variant that specifies the name or index of the object to remove.

See Also

Reference