Share via


ApplocalHelper.GetApplocalDtsExtensionMappingPath Method

Definition

Get the path to app-localized binn path corresponding to targetServerVersion

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

Parameters

targetServerVersion
DTSTargetServerVersion

The target server version

Returns

Path to app-localized binn path corresponding to targetServerVersion

Applies to