Свойство IndexedXmlPathCollection.Item (Int32)

Gets or sets the item in the collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    index As Integer _
) As IndexedXmlPath 
    Get
'Применение
Dim instance As IndexedXmlPathCollection 
Dim index As Integer 
Dim value As IndexedXmlPath 

value = instance(index)
public IndexedXmlPath this[
    int index
] { get; }
public:
property IndexedXmlPath^ default[int index] {
    IndexedXmlPath^ get (int index);
}
member Item : IndexedXmlPath
JScript поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • index
    Тип: System.Int32
    The zero-based index of the element to get or set.

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item in the collection.

См. также

Справочник

IndexedXmlPathCollection Класс

Перегрузка Item

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