SqlCeInfoMessageEventArgs.Errors Property
Gets the collection of warnings sent from the data source.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public ReadOnly Property Errors As SqlCeErrorCollection
Get
'Usage
Dim instance As SqlCeInfoMessageEventArgs
Dim value As SqlCeErrorCollection
value = instance.Errors
public SqlCeErrorCollection Errors { get; }
public:
property SqlCeErrorCollection^ Errors {
SqlCeErrorCollection^ get ();
}
member Errors : SqlCeErrorCollection
function get Errors () : SqlCeErrorCollection
Property Value
Type: System.Data.SqlServerCe.SqlCeErrorCollection
The collection of warnings sent from the data source.