ScriptMaker Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ScriptMaker() |
Constructeur par défaut |
| ScriptMaker(Server) |
Constructeur basé sur le serveur |
| ScriptMaker(Server, ScriptingOptions) |
Construit un nouveau ScriptMaker basé sur la combinaison Server et ScriptingOptions donnée |
ScriptMaker()
Constructeur par défaut
public ScriptMaker();
Public Sub New ()
S’applique à
ScriptMaker(Server)
Constructeur basé sur le serveur
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)
Paramètres
- server
- Server
Server
S’applique à
ScriptMaker(Server, ScriptingOptions)
Construit un nouveau ScriptMaker basé sur la combinaison Server et ScriptingOptions donnée
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)
Paramètres
- server
- Server
- scriptingOptions
- ScriptingOptions