DeploymentScriptStep コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
| 名前 | 説明 |
|---|---|
| DeploymentScriptStep(IEnumerable<String>) |
複数の TSQL スクリプトを使用して DeploymentScriptStep を初期化します |
| DeploymentScriptStep(String) |
のインスタンスを作成します。 DeploymentScriptStep |
DeploymentScriptStep(IEnumerable<String>)
複数の TSQL スクリプトを使用して DeploymentScriptStep を初期化します
public DeploymentScriptStep(System.Collections.Generic.IEnumerable<string> batches);
new Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep : seq<string> -> Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep
Public Sub New (batches As IEnumerable(Of String))
パラメーター
- batches
- IEnumerable<String>
IEnumerable<T> TSQL スクリプトを表す文字列の
適用対象
DeploymentScriptStep(String)
のインスタンスを作成します。 DeploymentScriptStep
public DeploymentScriptStep(string text);
new Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep : string -> Microsoft.SqlServer.Dac.Deployment.DeploymentScriptStep
Public Sub New (text As String)
パラメーター
- text
- String
デプロイするスクリプト