MiningService.SupportsDrillthrough Property

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

Namespace:  Microsoft.AnalysisServices.AdomdClient
Assembly:  Microsoft.AnalysisServices.AdomdClient (in Microsoft.AnalysisServices.AdomdClient.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: System.Boolean
true if the mining service supports drillthrough; otherwise, false.

See Also

Reference

MiningService Class

Microsoft.AnalysisServices.AdomdClient Namespace