Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new instance of the DeploymentScriptStep class with multiple TSQL scripts.
Namespace: Microsoft.SqlServer.Dac.Deployment
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Sub New ( _
batches As IEnumerable(Of String) _
)
'Usage
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>
)
Parameters
- batches
Type: System.Collections.Generic.IEnumerable<String>
The IEnumerable<T> of strings representing TSQL scripts.