共用方式為


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.