DMQueryTask.OutputTableName プロパティ

定義

予測クエリの結果を書き込むテーブルの名前を取得します。値の設定も可能です。

public:
 property System::String ^ OutputTableName { System::String ^ get(); void set(System::String ^ value); };
public string OutputTableName { get; set; }
member this.OutputTableName : string with get, set
Public Property OutputTableName As String

プロパティ値

出力テーブルの名前を含む文字列。

実装

適用対象