Remove (CustomProperties Collection)

Nota

  Questa caratteristica verrà rimossa a partire dalla prossima versione di Microsoft SQL Server. Non utilizzare questa caratteristica in un nuovo progetto di sviluppo e modificare non appena possibile le applicazioni in cui è attualmente implementata.

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

Sintassi

object.Remove(ByVal Index)

Osservazioni

  • object
    An instance of a CustomProperties collection.

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

Vedere anche

Riferimento