DeploymentScriptStep Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| DeploymentScriptStep(IEnumerable<String>) |
Inizializza un oggetto DeploymentScriptStep con più script TSQL |
| DeploymentScriptStep(String) |
Crea un'istanza di DeploymentScriptStep |
DeploymentScriptStep(IEnumerable<String>)
Inizializza un oggetto DeploymentScriptStep con più script 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))
Parametri
- batches
- IEnumerable<String>
IEnumerable<T> di stringhe che rappresentano script TSQL
Si applica a
DeploymentScriptStep(String)
Crea un'istanza di DeploymentScriptStep
public DeploymentScriptStep(string text);
new Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep : string -> Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep
Public Sub New (text As String)
Parametri
- text
- String
script da distribuire