Sdílet prostřednictvím


IndexedXmlPathCollection.ItemById Method

Specifies an item by its identifier.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Function ItemById ( _
    id As Integer _
) As IndexedXmlPath
'Usage
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

Parameters

Return Value

Type: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The specified item.

See Also

Reference

IndexedXmlPathCollection Class

Microsoft.SqlServer.Management.Smo Namespace