次の方法で共有


DBSetupDeployTask.OutputDirectory プロパティ

出力ディレクトリ文字列を取得または設定します。

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

構文

'宣言
Public Property OutputDirectory As String
'使用
Dim instance As DBSetupDeployTask
Dim value As String

value = instance.OutputDirectory

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

プロパティ値

型 : System.String

参照

参照

DBSetupDeployTask クラス

DBSetupDeployTask メンバ

Microsoft.Data.Schema.Tasks 名前空間