SqlCeRuntimeInfo Class

Encapsulates all the required SQL Server Compact runtime information.

Inheritance Hierarchy

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

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

Syntax

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

The SqlCeRuntimeInfo 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 LocationOf32BitDlls Gets the location of the 32-bit native binaries.
Public property LocationOf64BitDlls Gets the location of the 64-bit native binaries.
Public property LocationOfManagedProviderDll Gets the location of the managed provider binaries.
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