次の方法で共有


SqlDeployTask.SqlCommandVariablesFile プロパティ

コマンド変数ファイル文字列を取得または設定します。

名前空間 :  Microsoft.Data.Schema.Tasks
アセンブリ :  Microsoft.Data.Schema.Tasks (Microsoft.Data.Schema.Tasks.dll 内)

構文

'宣言
Public Property SqlCommandVariablesFile As String
'使用
Dim instance As SqlDeployTask
Dim value As String

value = instance.SqlCommandVariablesFile

instance.SqlCommandVariablesFile = value
public string SqlCommandVariablesFile { get; set; }
public:
property String^ SqlCommandVariablesFile {
    String^ get ();
    void set (String^ value);
}
public function get SqlCommandVariablesFile () : String
public function set SqlCommandVariablesFile (value : String)

プロパティ値

型 : System.String

参照

参照

SqlDeployTask クラス

SqlDeployTask メンバ

Microsoft.Data.Schema.Tasks 名前空間