DeploymentScriptStep 构造函数 (IEnumerable<String>)

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>
)

参数

请参阅

参考

DeploymentScriptStep 类

DeploymentScriptStep 重载

Microsoft.SqlServer.Dac.Deployment 命名空间