次の方法で共有


IndexedXmlPathCollection.Item プロパティ (Int32)

コレクション内のアイテムを取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public ReadOnly Default Property Item ( _
    index As Integer _
) As IndexedXmlPath 
    Get
'使用
Dim instance As IndexedXmlPathCollection 
Dim index As Integer 
Dim value As IndexedXmlPath 

value = instance(index)
public IndexedXmlPath this[
    int index
] { get; }
public:
property IndexedXmlPath^ default[int index] {
    IndexedXmlPath^ get (int index);
}
member Item : IndexedXmlPath
JScript はインデックス化されたプロパティの使用をサポートしていますが、新規の宣言はサポートしていません。

パラメーター

  • index
    型: System.Int32
    取得または設定する要素の 0 から始まるインデックスです。

プロパティ値

型: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
コレクション内のアイテム。

関連項目

参照

IndexedXmlPathCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間