Поделиться через


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

Gets the column specified by the index position.

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

Синтаксис

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

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

Параметры

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

Тип: System. . :: . .Object
An Object system object value that specifies the column.

Реализует

IDataRecord. . :: . .Item[ ( [ ( Int32] ) ] )

Примеры

Readme_Tracer