Share via


DMQueryTask.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
<BrowsableAttribute(False)> _
Public Property QueryBuilderQueryString As String 
    Get 
    Set
'Usage
Dim instance As DMQueryTask 
Dim value As String 

value = instance.QueryBuilderQueryString

instance.QueryBuilderQueryString = value
[BrowsableAttribute(false)]
public string QueryBuilderQueryString { get; set; }
[BrowsableAttribute(false)]
public:
virtual property String^ QueryBuilderQueryString {
    String^ get () sealed;
    void set (String^ value) sealed;
}
[<BrowsableAttribute(false)>]
abstract QueryBuilderQueryString : string with get, set
[<BrowsableAttribute(false)>]
override QueryBuilderQueryString : string with get, set
final function get QueryBuilderQueryString () : String 
final function set QueryBuilderQueryString (value : String)

Property Value

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

Implements

IDMQueryTask.QueryBuilderQueryString

See Also

Reference

DMQueryTask Class

Microsoft.SqlServer.Dts.Tasks.DMQueryTask Namespace