다음을 통해 공유


SqlCeInfoMessageEventArgs.Errors Property

Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.

Gets the collection of warnings sent from the data source.

Public ReadOnly Property Errors As SqlCeErrorCollection
[C#]
public SqlCeErrorCollection Errors {get;}
[C++]
public: __property SqlCeErrorCollection* get_Errors();
[JScript]
public function get Errors() : SqlCeErrorCollection;

Property Value

The collection of warnings sent from the data source.

Requirements

Platforms: .NET Compact Framework

.NET Framework Security:

See Also

SqlCeInfoMessageEventArgs Class | SqlCeInfoMessageEventArgs Members | System.Data.SqlServerCe Namespace