SqlCeVersionManager.IsRuntimeAvailable Method

Indicates whether the SQL Server Compact runtime of the specified version is available.

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

Syntax

'Declaration
Public Shared Function IsRuntimeAvailable ( _
    version As SqlCeVersion _
) As Boolean
'Usage
Dim version As SqlCeVersion
Dim returnValue As Boolean

returnValue = SqlCeVersionManager.IsRuntimeAvailable(version)
public static bool IsRuntimeAvailable(
    SqlCeVersion version
)
public:
static bool IsRuntimeAvailable(
    SqlCeVersion^ version
)
static member IsRuntimeAvailable : 
        version:SqlCeVersion -> bool 
public static function IsRuntimeAvailable(
    version : SqlCeVersion
) : boolean

Parameters

Return Value

Type: System.Boolean
True if the SQL Server Compact runtime of the specified version is availabale; otherwise, false.

See Also

Reference

SqlCeVersionManager Class

Microsoft.SqlServerCe.VersionManagement Namespace