MiningService.SupportsDrillThrough Property

Gets a value that indicates whether the mining service supports drillthrough.

Namespace:  Microsoft.AnalysisServices.AdomdServer
Assembly:  msmgdsrv (in msmgdsrv.dll)

Syntax

'Declaration
Public ReadOnly Property SupportsDrillThrough As Boolean 
    Get
'Usage
Dim instance As MiningService 
Dim value As Boolean 

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

Property Value

Type: Boolean
True if the mining service supports drillthrough on models; otherwise, false.

See Also

Reference

MiningService Class

Microsoft.AnalysisServices.AdomdServer Namespace