ScriptMaker Constructors

Definition

Overloads

ScriptMaker()

Default Constructor

ScriptMaker(Server)

Server Based constructor

ScriptMaker(Server, ScriptingOptions)

Constructs a new ScriptMaker based on the given Server and ScriptingOptions combination

ScriptMaker()

Default Constructor

public ScriptMaker ();
Public Sub New ()

Applies to

ScriptMaker(Server)

Server Based constructor

public ScriptMaker (Microsoft.SqlServer.Management.Smo.Server server);
new Microsoft.SqlServer.Management.Smo.ScriptMaker : Microsoft.SqlServer.Management.Smo.Server -> Microsoft.SqlServer.Management.Smo.ScriptMaker
Public Sub New (server As Server)

Parameters

server
Server

Server

Applies to

ScriptMaker(Server, ScriptingOptions)

Constructs a new ScriptMaker based on the given Server and ScriptingOptions combination

public ScriptMaker (Microsoft.SqlServer.Management.Smo.Server server, Microsoft.SqlServer.Management.Smo.ScriptingOptions scriptingOptions);
new Microsoft.SqlServer.Management.Smo.ScriptMaker : Microsoft.SqlServer.Management.Smo.Server * Microsoft.SqlServer.Management.Smo.ScriptingOptions -> Microsoft.SqlServer.Management.Smo.ScriptMaker
Public Sub New (server As Server, scriptingOptions As ScriptingOptions)

Parameters

server
Server
scriptingOptions
ScriptingOptions

Applies to