Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The collection of SqlCeError objects that caused the flush to fail.
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 SqlCeFlushFailureEventArgs
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