OleDbInfoMessageEventArgs.Errors Property

Definition

Gets the collection of warnings sent from the data source.

public:
 property System::Data::OleDb::OleDbErrorCollection ^ Errors { System::Data::OleDb::OleDbErrorCollection ^ get(); };
public System.Data.OleDb.OleDbErrorCollection Errors { get; }
member this.Errors : System.Data.OleDb.OleDbErrorCollection
Public ReadOnly Property Errors As OleDbErrorCollection

Property Value

The collection of warnings sent from the data source.

Applies to