SqlCeMetadataProviderConfiguration Class

 

Represents configuration information specific to the SqlCe metadata provider.

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

Inheritance Hierarchy

System.Object
  Microsoft.ComplexEventProcessing.SqlCeMetadataProviderConfiguration

Syntax

public class SqlCeMetadataProviderConfiguration
public ref class SqlCeMetadataProviderConfiguration 
type SqlCeMetadataProviderConfiguration = class end
Public Class SqlCeMetadataProviderConfiguration

Constructors

Name Description
System_CAPS_pubmethod SqlCeMetadataProviderConfiguration()

Initializes a new instance of the SqlCeMetadataProviderConfiguration class.

Properties

Name Description
System_CAPS_pubproperty CreateDataSourceIfMissing

Gets or sets a flag indicating if the data source file should be created if missing.

System_CAPS_pubproperty DataSource

Gets or sets the path to the database file used by the provider.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Fields

Name Description
System_CAPS_pubfieldSystem_CAPS_static DefaultCreateDataSourceIfMissing

Default relative location of the file that holds the SqlCe metadata database.

System_CAPS_pubfieldSystem_CAPS_static DefaultDataSource

Returns the default location of the file that holds the SQL Server CE metadata database.

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

Microsoft.ComplexEventProcessing Namespace

Return to top