Método IndexedXmlPathCollection.ItemById
Specifies an item by its identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
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
- id
Tipo: System.Int32
The identifier of the item.
Valor de retorno
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The specified item.