Item Property (SqlErrorCollection)
Gets the error at the specified index.
'Declaration
Public ReadOnly Default Property Item( _
ByVal As Integer _
) As SqlError
Parameters
- index
- The zero-based index of the error to retrieve.
Property Value
A
SqlError object.