Linguaggio

DeploymentScriptStep Costruttori

Definizione

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

Si applica a