次の方法で共有


DeploymentScriptStep コンストラクター (IEnumerable<String>)

複数の TSQL スクリプトで DeploymentScriptStep を初期化します。

名前空間:  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 名前空間