DMQueryTask.OutputConnection プロパティ

定義

予測クエリ結果が格納されるOLE DBデータソースに接続文字列を取得したり設定したりします。

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

プロパティ値

OLE DBのデータソースへの接続を含む文字列です。

実装

適用対象