Gets the name of the object that generated the error.
[Visual Basic] Public ReadOnly Property Source As String [C#] public string Source {get;} [C++] public: __property String* get_Source(); [JScript] public function get Source() : String;
The name of the object that generated the error.
ADOError Class | ADOError Members | System.Data.ADO Namespace