次の方法で共有


IndexedXmlPathCollection.ItemById メソッド

識別子でアイテムを指定します。

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

構文

'宣言
Public Function ItemById ( _
    id As Integer _
) As IndexedXmlPath
'使用
Dim instance As IndexedXmlPathCollection 
Dim id As Integer 
Dim returnValue As IndexedXmlPath 

returnValue = instance.ItemById(id)
public IndexedXmlPath ItemById(
    int id
)
public:
IndexedXmlPath^ ItemById(
    int id
)
member ItemById : 
        id:int -> IndexedXmlPath
public function ItemById(
    id : int
) : IndexedXmlPath

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
指定されたアイテムです。

関連項目

参照

IndexedXmlPathCollection クラス

Microsoft.SqlServer.Management.Smo 名前空間