DeploymentScriptStep 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 |
|---|---|
| DeploymentScriptStep(IEnumerable<String>) |
Initialise un DeploymentScriptStep avec plusieurs scripts TSQL |
| DeploymentScriptStep(String) |
Crée une instance de DeploymentScriptStep |
DeploymentScriptStep(IEnumerable<String>)
Initialise un DeploymentScriptStep avec plusieurs scripts TSQL
public DeploymentScriptStep(System.Collections.Generic.IEnumerable<string> batches);
new Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep : seq<string> -> Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep
Public Sub New (batches As IEnumerable(Of String))
Paramètres
- batches
- IEnumerable<String>
IEnumerable<T> de chaînes représentant des scripts TSQL
S’applique à
DeploymentScriptStep(String)
Crée une instance de DeploymentScriptStep
public DeploymentScriptStep(string text);
new Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep : string -> Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep
Public Sub New (text As String)
Paramètres
- text
- String
script à déployer