SqlCeDesignTimeInfo Class

Class encapsulating all the required SQL Server Compact design-time information.

Inheritance Hierarchy

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

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

Syntax

'Declaration
Public Class SqlCeDesignTimeInfo _
    Inherits SqlCeInfo
'Usage
Dim instance As SqlCeDesignTimeInfo
public class SqlCeDesignTimeInfo : SqlCeInfo
public ref class SqlCeDesignTimeInfo : public SqlCeInfo
type SqlCeDesignTimeInfo =  
    class
        inherit SqlCeInfo
    end
public class SqlCeDesignTimeInfo extends SqlCeInfo

The SqlCeDesignTimeInfo type exposes the following members.

Properties

  Name Description
Public property Description Gets or sets the description. (inherited from SqlCeInfo)
Public property FactoryName Gets or sets the factory name. (inherited from SqlCeInfo)
Public property FactoryType Gets or sets the factory type. (inherited from SqlCeInfo)
Public property Name Gets or sets the name. (inherited from SqlCeInfo)
Public property Version Gets or sets the version. (inherited from SqlCeInfo)

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. (Overrides SqlCeInfo.Initialize(DataRow).)
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