SqlCeMetadataProviderConfiguration Class

Represents configuration information specific to the SqlCe metadata provider.

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.SqlCeMetadataProviderConfiguration

Namespace:  Microsoft.ComplexEventProcessing
Assembly:  Microsoft.ComplexEventProcessing (in Microsoft.ComplexEventProcessing.dll)

Syntax

public class SqlCeMetadataProviderConfiguration

The SqlCeMetadataProviderConfiguration type exposes the following members.

Constructors

  Name Description
Public method SqlCeMetadataProviderConfiguration Initializes a new instance of the SqlCeMetadataProviderConfiguration class.

Top

Properties

  Name Description
Public property CreateDataSourceIfMissing Gets or sets a flag indicating if the data source file should be created if missing.
Public property DataSource Gets or sets the path to the database file used by the provider.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member DefaultCreateDataSourceIfMissing Default relative location of the file that holds the SqlCe metadata database.
Public fieldStatic member DefaultDataSource Returns the default location of the file that holds the SQL Server CE metadata database.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.ComplexEventProcessing Namespace