言語

DeploymentScriptStep コンストラクター

定義

オーバーロード

名前 説明
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

デプロイするスクリプト

適用対象