次の方法で共有


IndexedXmlPathCollection.Item プロパティ (String)

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

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

構文

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

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

パラメーター

  • name
    型: System.String
    コレクション内のアイテムの名前です。

プロパティ値

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

関連項目

参照

IndexedXmlPathCollection クラス

Item オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間