OdbcErrorCollection.Item[Int32] Свойство
Определение
Возвращает ошибку с указанным индексом.Gets the error at the specified index.
public:
property System::Data::Odbc::OdbcError ^ default[int] { System::Data::Odbc::OdbcError ^ get(int i); };
public System.Data.Odbc.OdbcError this[int i] { get; }
member this.Item(int) : System.Data.Odbc.OdbcError
Default Public ReadOnly Property Item(i As Integer) As OdbcError
Параметры
- i
- Int32
Начинающийся с нуля индекс извлекаемой ошибки.The zero-based index of the error to retrieve.
Значение свойства
Объект OdbcError, содержащий ошибку с указанным индексом.An OdbcError that contains the error at the specified index.