Remove (CustomProperties Collection)

Analysis Services Programming

Analysis Services Programming

Remove (CustomProperties Collection)

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

Syntax

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.

See Also

CustomProperties Collection