IndexedXmlPathCollection.ItemById 方法
Specifies an item by its identifier.
命名空間: 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
The identifier of the item.
傳回值
型別:Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The specified item.