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
目標伺服器版本
傳回
如果 true 是 dev14 進程,而 targetServerVersion 大於 SQLServer2016,則為 false,否則為 false