Initializes a new instance of the DeploymentScriptStep class with multiple TSQL scripts.
命名空間: Microsoft.SqlServer.Dac.Deployment
組件: Microsoft.SqlServer.Dac.Extensions (在 Microsoft.SqlServer.Dac.Extensions.dll 中)
語法
'宣告
Public Sub New ( _
batches As IEnumerable(Of String) _
)
'用途
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>
)
參數
- batches
型別:System.Collections.Generic.IEnumerable<String>
The IEnumerable<T> of strings representing TSQL scripts.