SqlCeInfo Class

Base class encapsulating all the required SQL Server Compact information.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServerCe.VersionManagement.SqlCeInfo
    Microsoft.SqlServerCe.VersionManagement.SqlCeDesignTimeInfo
    Microsoft.SqlServerCe.VersionManagement.SqlCeRuntimeInfo

Namespace:  Microsoft.SqlServerCe.VersionManagement
Assembly:  Microsoft.SqlServerCe.VersionManagement (in Microsoft.SqlServerCe.VersionManagement.dll)

Syntax

'Declaration
Public MustInherit Class SqlCeInfo
'Usage
Dim instance As SqlCeInfo
public abstract class SqlCeInfo
public ref class SqlCeInfo abstract
[<AbstractClassAttribute>]
type SqlCeInfo =  class end
public abstract class SqlCeInfo

The SqlCeInfo type exposes the following members.

Properties

  Name Description
Public property Description Gets or sets the description.
Public property FactoryName Gets or sets the factory name.
Public property FactoryType Gets or sets the factory type.
Public property Name Gets or sets the name.
Public property Version Gets or sets the version.

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 Initialize Sets the SQL Server Compact product name given the version information.
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Object)

Top

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.

See Also

Reference

Microsoft.SqlServerCe.VersionManagement Namespace