Partager via


Méthode IndexedXmlPathCollection.ItemById

Specifies an item by its identifier.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Function ItemById ( _
    id As Integer _
) As IndexedXmlPath
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

IndexedXmlPathCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo