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.