Поделиться через


Свойство SupportsDrillThrough

Determines whether the mining service supports drillthrough.

Пространство имен:  Microsoft.AnalysisServices.AdomdServer
Сборка:  msmgdsrv (в msmgdsrv.dll)

Синтаксис

'Декларация
Public ReadOnly Property SupportsDrillThrough As Boolean
    Get
'Применение
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

Значение свойства

Тип: System. . :: . .Boolean
true if the mining service supports drillthrough; false otherwise.