Condividi tramite


Costruttore DeploymentScriptStep (IEnumerable<String>)

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

Spazio dei nomi  Microsoft.SqlServer.Dac.Deployment
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    batches As IEnumerable(Of String) _
)
'Utilizzo
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>
)

Parametri

Vedere anche

Riferimento

DeploymentScriptStep Classe

Overload DeploymentScriptStep

Spazio dei nomi Microsoft.SqlServer.Dac.Deployment