ApplocalHelper.IsApplocal(DTSTargetServerVersion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determine whether current context is app-localized
public static bool IsApplocal (Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion targetServerVersion = Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion.Latest);
static member IsApplocal : Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion -> bool
Public Shared Function IsApplocal (Optional targetServerVersion As DTSTargetServerVersion = Microsoft.SqlServer.Dts.Runtime.DTSTargetServerVersion.Latest) As Boolean
Parameters
- targetServerVersion
- DTSTargetServerVersion
The target server version
Returns
ture if it's dev14 process and targetServerVersion is bigger than SQLServer2016;otherwise false