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 パスへのパス

適用対象