다음을 통해 공유


MiningModel.AllowDrillThrough 속성

Gets a value that indicates whether the mining model allows drillthrough.

네임스페이스:  Microsoft.AnalysisServices.AdomdClient
어셈블리:  Microsoft.AnalysisServices.AdomdClient(Microsoft.AnalysisServices.AdomdClient.dll)

구문

‘선언
Public ReadOnly Property AllowDrillThrough As Boolean 
    Get
‘사용 방법
Dim instance As MiningModel 
Dim value As Boolean 

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

속성 값

유형: System.Boolean
true if the mining model allows drillthrough; otherwise, false.

참고 항목

참조

MiningModel 클래스

Microsoft.AnalysisServices.AdomdClient 네임스페이스