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.
Provides data for the InfoMessage event. This class cannot be inherited.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public NotInheritable Class SqlCeInfoMessageEventArgs _
Inherits EventArgs
'Usage
Dim instance As SqlCeInfoMessageEventArgs
public sealed class SqlCeInfoMessageEventArgs : EventArgs
public ref class SqlCeInfoMessageEventArgs sealed : public EventArgs
[<SealedAttribute>]
type SqlCeInfoMessageEventArgs =
class
inherit EventArgs
end
public final class SqlCeInfoMessageEventArgs extends EventArgs
Remarks
The InfoMessage event contains a SqlCeErrorCollection collection with warnings sent from the data source.
Inheritance Hierarchy
System. . :: . .Object
System. . :: . .EventArgs
System.Data.SqlServerCe..::..SqlCeInfoMessageEventArgs
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.