複数の 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>
)
パラメーター
- batches
型: System.Collections.Generic.IEnumerable<String>
TSQL スクリプトを表す文字列の IEnumerable<T>。