SqlCeVersionManager.GetRuntimeInformation Method (SqlCeVersion)

Retrieves the SQL Server Compact runtime information for the specified version of the SQL Server Compact.

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

Syntax

'Declaration
Public Shared Function GetRuntimeInformation ( _
    version As SqlCeVersion _
) As SqlCeRuntimeInfo
'Usage
Dim version As SqlCeVersion
Dim returnValue As SqlCeRuntimeInfo

returnValue = SqlCeVersionManager.GetRuntimeInformation(version)
public static SqlCeRuntimeInfo GetRuntimeInformation(
    SqlCeVersion version
)
public:
static SqlCeRuntimeInfo^ GetRuntimeInformation(
    SqlCeVersion^ version
)
static member GetRuntimeInformation : 
        version:SqlCeVersion -> SqlCeRuntimeInfo 
public static function GetRuntimeInformation(
    version : SqlCeVersion
) : SqlCeRuntimeInfo

Parameters

Return Value

Type: Microsoft.SqlServerCe.VersionManagement.SqlCeRuntimeInfo
The SQL Server Compact runtime information for the specified version of the SQL Server Compact.

See Also

Reference

SqlCeVersionManager Class

GetRuntimeInformation Overload

Microsoft.SqlServerCe.VersionManagement Namespace