ApplocalHelper.IsApplocal(DTSTargetServerVersion) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定当前上下文是否是应用本地化的
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
参数
- targetServerVersion
- DTSTargetServerVersion
目标服务器版本
返回
如果 ture 是 dev14 进程且 targetServerVersion 大于 Sqlserver2016-ssei-expr,则为 false; 否则为 false