DeploymentScriptStep Constructores

Definición

Sobrecargas

Nombre Description
DeploymentScriptStep(IEnumerable<String>)

Inicializa un DeploymentScriptStep objeto con varios scripts TSQL

DeploymentScriptStep(String)

Crea una instancia de DeploymentScriptStep

DeploymentScriptStep(IEnumerable<String>)

Inicializa un DeploymentScriptStep objeto con varios 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 cadenas que representan scripts TSQL

Se aplica a

DeploymentScriptStep(String)

Crea una instancia 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 implementar

Se aplica a