共用方式為


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 命名空間