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

目标服务器版本

返回

对应于 targetServerVersion 的应用本地化 binn 路径的路径

适用于