SfcUtility.GetSqlCeToolsPath Method
Returns the highest version of the SQLCE tools installed by using the managed RegistryKey type. Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Shared Function GetSqlCeToolsPath As String
'Usage
Dim returnValue As String
returnValue = SfcUtility.GetSqlCeToolsPath()
public static string GetSqlCeToolsPath()
public:
static String^ GetSqlCeToolsPath()
static member GetSqlCeToolsPath : unit -> string
public static function GetSqlCeToolsPath() : String
Return Value
Type: System.String
The highest version of the SQLCE tools installed.