SqlScriptOptions(Version) Constructor
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.
Constructions a SqlScriptOptions object whose destination settings are for the given SQL Server version
public SqlScriptOptions (Version version);
new Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptOptions : Version -> Microsoft.SqlServer.Management.SqlScriptPublish.SqlScriptOptions
Public Sub New (version As Version)
Parameters
- version
- Version