IDMQueryTask.QueryString プロパティ

定義

変換で予測クエリを作成するテキストを含む文字列を取得したり設定したりします。

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

プロパティ値

予測クエリを作成するために変換で使うテキストを含む文字列です。

適用対象