Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the DeploymentScriptStep class with multiple TSQL scripts.
Espace de noms : Microsoft.SqlServer.Dac.Deployment
Assembly : Microsoft.SqlServer.Dac.Extensions (en Microsoft.SqlServer.Dac.Extensions.dll)
Syntaxe
'Déclaration
Public Sub New ( _
batches As IEnumerable(Of String) _
)
'Utilisation
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>
)
Paramètres
- batches
Type : System.Collections.Generic.IEnumerable<String>
The IEnumerable<T> of strings representing TSQL scripts.