Share via


IDMQueryTask.QueryBuilderQueryString Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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.

Namespace:  Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly:  Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)

Syntax

'Declaration
Property QueryBuilderQueryString As String 
    Get 
    Set
'Usage
Dim instance As IDMQueryTask 
Dim value As String 

value = instance.QueryBuilderQueryString

instance.QueryBuilderQueryString = value
string QueryBuilderQueryString { get; set; }
property String^ QueryBuilderQueryString {
    String^ get ();
    void set (String^ value);
}
abstract QueryBuilderQueryString : string with get, set
function get QueryBuilderQueryString () : String 
function set QueryBuilderQueryString (value : String)

Property Value

Type: System.String
A string that specifies a data mining query.

See Also

Reference

IDMQueryTask Interface

Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace