Свойство Item (Int32)
Gets the element at the specified index.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Default Property Item ( _
index As Integer _
) As T
Get
'Применение
Dim instance As IMetadataOrderedCollection
Dim index As Integer
Dim value As T
value = instance(index)
T this[
int index
] { get; }
property T default[int index] {
T get (int index);
}
abstract Item : 'T
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- index
Тип: System. . :: . .Int32
The zero-based index of the element to get.
Значение свойства
Тип: T
The element at the specified index.