DMQueryTask.QueryBuilderQueryString Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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