Remove (CustomProperties Collection)

注意注意

  下一版本的 Microsoft SQL Server 将删除该功能。 请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

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

语法

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.

请参阅

参考