Langage

DeploymentScriptStep Constructeurs

Définition

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

S’applique à