Item (CustomProperties Collection)

ms133879.note(zh-cn,SQL.90).gif注意:
  下一版本的 Microsoft SQL Server 将删除该功能。请不要在新的开发工作中使用该功能,并尽快修改当前还在使用该功能的应用程序。

The Item method of a CustomProperties collection returns an instance of an item in the collection. This method applies only to CustomProperties collections.

语法

SetvRet = object.Item(ByVal Index)

备注

  • vRet
    A Variant variable that receives the instance of the new Property object. Instead of a variant, you can use a variable that has been declared as type DSO.Property to match the object being retrieved from the collection.
  • object
    An instance of a CustomProperties collection.
  • Index
    A Variant that specifies the name or index of the object to retrieve.

请参阅

参考

CustomProperties Collection

帮助和信息

获取 SQL Server 2005 帮助