Sprache

DeploymentScriptStep Konstruktoren

Definition

Überlädt

Name Beschreibung
DeploymentScriptStep(IEnumerable<String>)

Initialisiert ein Mit DeploymentScriptStep mehreren TSQL-Skripts

DeploymentScriptStep(String)

Erstellt eine Instanz von DeploymentScriptStep

DeploymentScriptStep(IEnumerable<String>)

Initialisiert ein Mit DeploymentScriptStep mehreren TSQL-Skripts

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))

Parameter

batches
IEnumerable<String>

IEnumerable<T> von Zeichenfolgen, die TSQL-Skripts darstellen

Gilt für:

DeploymentScriptStep(String)

Erstellt eine Instanz von DeploymentScriptStep

public DeploymentScriptStep(string text);
new Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep : string -> Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep
Public Sub New (text As String)

Parameter

text
String

skript für die Bereitstellung

Gilt für: