ScriptMaker Construtores

Definição

Sobrecargas

Nome Description
ScriptMaker()

Construtor padrão

ScriptMaker(Server)

Construtor baseado em servidor

ScriptMaker(Server, ScriptingOptions)

Constrói um novo ScriptMaker com base na combinação de Servidor e ScriptingOptions fornecida

ScriptMaker()

Construtor padrão

public ScriptMaker();
Public Sub New ()

Aplica-se a

ScriptMaker(Server)

Construtor baseado em servidor

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)

Parâmetros

server
Server

Server

Aplica-se a

ScriptMaker(Server, ScriptingOptions)

Constrói um novo ScriptMaker com base na combinação de Servidor e ScriptingOptions fornecida

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)

Parâmetros

server
Server
scriptingOptions
ScriptingOptions

Aplica-se a