DMQueryTask.QueryBuilderQueryString Property

Definition

Gets or sets a string that specifies a data mining query that appears in the UI for data mining as the initial query string, which the user can the modify.

public:
 property System::String ^ QueryBuilderQueryString { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string QueryBuilderQueryString { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.QueryBuilderQueryString : string with get, set
Public Property QueryBuilderQueryString As String

Property Value

A string that specifies a data mining query.

Implements

Attributes

Applies to