Compartilhar via


Construtor DeploymentScriptStep (IEnumerable<String>)

Initializes a new instance of the DeploymentScriptStep class with multiple TSQL scripts.

Namespace:  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (em Microsoft.SqlServer.Dac.Extensions.dll)

Sintaxe

'Declaração
Public Sub New ( _
    batches As IEnumerable(Of String) _
)
'Uso
Dim batches As IEnumerable(Of String)

Dim instance As New DeploymentScriptStep(batches)
public DeploymentScriptStep(
    IEnumerable<string> batches
)
public:
DeploymentScriptStep(
    IEnumerable<String^>^ batches
)
new : 
        batches:IEnumerable<string> -> DeploymentScriptStep
public function DeploymentScriptStep(
    batches : IEnumerable<String>
)

Parâmetros

Consulte também

Referência

DeploymentScriptStep Classe

Sobrecarregado DeploymentScriptStep

Namespace Microsoft.SqlServer.Dac.Deployment