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.