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 네임스페이스