ConnectionManager.CheckServerVersion(ServerVersion) 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.
Check if we are connecting to a supported server version. block off <= 7.0 in ServerConnection.
protected void CheckServerVersion (Microsoft.SqlServer.Management.Common.ServerVersion version);
member this.CheckServerVersion : Microsoft.SqlServer.Management.Common.ServerVersion -> unit
Protected Sub CheckServerVersion (version As ServerVersion)
Parameters
- version
- ServerVersion