IMiningModelDrillThroughHandler.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.