ApplocalHelper.GetApplocalDtsExtensionMappingPath 方法

定義

取得對應于 targetServerVersion 的應用程式當地語系化 binn 路徑路徑

public static string GetApplocalDtsExtensionMappingPath (Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion targetServerVersion = Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion.Latest);
static member GetApplocalDtsExtensionMappingPath : Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion -> string
Public Shared Function GetApplocalDtsExtensionMappingPath (Optional targetServerVersion As DTSTargetServerVersion = Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion.Latest) As String

參數

targetServerVersion
DTSTargetServerVersion

目標伺服器版本

傳回

String

對應到 targetServerVersion 的應用程式當地語系化 binn 路徑路徑

適用於