共用方式為


MiningModel.AllowDrillThrough 屬性

Gets or sets a value that indicates whether drillthrough is permitted on the mining model.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public Property AllowDrillThrough As Boolean 
    Get 
    Set
'用途
Dim instance As MiningModel 
Dim value As Boolean 

value = instance.AllowDrillThrough

instance.AllowDrillThrough = value
public bool AllowDrillThrough { get; set; }
public:
property bool AllowDrillThrough {
    bool get ();
    void set (bool value);
}
member AllowDrillThrough : bool with get, set
function get AllowDrillThrough () : boolean 
function set AllowDrillThrough (value : boolean)

屬性值

型別:System.Boolean
true if drillthough is permitted; otherwise, false.

請參閱

參考

MiningModel 類別

Microsoft.AnalysisServices 命名空間