다음을 통해 공유


QueryString 속성

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

네임스페이스:  Microsoft.DataWarehouse.Interfaces
어셈블리:  Microsoft.DataWarehouse.Interfaces(Microsoft.DataWarehouse.Interfaces.dll)

구문

‘선언
Property QueryString As String
    Get
    Set
‘사용 방법
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)

속성 값

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