ScriptingOptions.ConvertVersion(Version) 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.
Method to convert the server version to SqlServerVersion
public static Microsoft.SqlServer.Management.Smo.SqlServerVersion ConvertVersion (Version version);
static member ConvertVersion : Version -> Microsoft.SqlServer.Management.Smo.SqlServerVersion
Public Shared Function ConvertVersion (version As Version) As SqlServerVersion
Parameters
- version
- Version