Метод 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

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The specified item.

См. также

Справочник

IndexedXmlPathCollection Класс

Пространство имен Microsoft.SqlServer.Management.Smo