DeploymentScriptStep Construtores

Definição

Sobrecargas

Nome Description
DeploymentScriptStep(IEnumerable<String>)

Inicializa um DeploymentScriptStep com vários scripts TSQL

DeploymentScriptStep(String)

Cria uma instância de DeploymentScriptStep

DeploymentScriptStep(IEnumerable<String>)

Inicializa um DeploymentScriptStep com vários 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))

Parâmetros

batches
IEnumerable<String>

IEnumerable<T> de cadeias de caracteres que representam scripts TSQL

Aplica-se a

DeploymentScriptStep(String)

Cria uma instância de DeploymentScriptStep

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

Parâmetros

text
String

script para implantar

Aplica-se a