次の方法で共有


Item Method

この機能は、将来のバージョンの Microsoft SQL Server では削除される予定です。 新しい開発作業では、この機能の使用を避け、現在この機能を使用しているアプリケーションは修正するようにしてください。

The Item method extracts a member from a SQL Distributed Management Objects (SQL-DMO) container object such as the Databases collection or the NameList object.

構文

object.Item(Name | Position ) as Object

Parts

  • object
    Expression that evaluates to an object in the Applies To list

  • Name | Position
    Either a string that identifies an object by Microsoft SQL Server component name or a long integer that specifies an ordinal location in the container

Returns

A reference to the object extracted.

説明

In general, SQL-DMO supports container member dereferencing, using either a string naming an item, or an ordinal position for an item. Some SQL-DMO containers support additional restrictions to identify items where component name does not offer unique identification. Other containers do not support component name as an argument for the Itemmethod at all.

For more information about support for Item, see documentation for a specific container object.

Applies To:

All collection and list objects