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
パラメーター
- id
型: System.Int32
アイテムの識別子です。
戻り値
型: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
指定されたアイテムです。