Compartir a través de


IndexedXmlPathCollection.ItemById Método

Specifies an item by its identifier.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Function ItemById ( _
    id As Integer _
) As IndexedXmlPath
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

IndexedXmlPathCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo