DacDeployOptions.SqlCommandVariableValues プロパティ

定義

変数名でキー指定された SQL コマンド変数値のディクショナリを取得します。

public System.Collections.Generic.IDictionary<string,string> SqlCommandVariableValues { get; }
member this.SqlCommandVariableValues : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property SqlCommandVariableValues As IDictionary(Of String, String)

プロパティ値

変数名でキー指定された SQL コマンド変数値のディクショナリ。

注釈

デプロイ前にすべての変数に有効な値を指定する必要があります。または、デプロイ中にエラーが発生する可能性があります。

適用対象