共用方式為


SfcUtility.GetSqlCeToolsPath 方法

Returns the highest version of the SQLCE tools installed by using the managed RegistryKey type. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Shared Function GetSqlCeToolsPath As String
'用途
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

傳回值

型別:System.String
The highest version of the SQLCE tools installed.

請參閱

參考

SfcUtility 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間