ScriptingOptions.SetTargetServerVersion(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.
Sets the TargetServerVersionInternal based on a ServerVersion structure.
public void SetTargetServerVersion (Microsoft.SqlServer.Management.Common.ServerVersion ver);
member this.SetTargetServerVersion : Microsoft.SqlServer.Management.Common.ServerVersion -> unit
Public Sub SetTargetServerVersion (ver As ServerVersion)
Parameters
- ver
- ServerVersion