Compartilhar via


Propriedade do RDL QueryString

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

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

Sintaxe

'Declaração
Property QueryString As String
    Get
    Set
'Uso
Dim instance As IMiningModelDrillThroughHandler
Dim value As String

value = instance.QueryString

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

Valor da propriedade

Tipo: System. . :: . .String
A string that contains a valid DMX query.