IMiningModelDrillThroughHandler.QueryString Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the text of the query for the drillthrough operation.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

string QueryString { get; set; }
property String^ QueryString {
    String^ get();
    void set(String^ value);
}
abstract QueryString : string with get, set
Property QueryString As String

Property Value

Type: System.String

A string that contains a valid DMX query.

See Also

IMiningModelDrillThroughHandler Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top