Свойство SupportsDrillthrough
Determines whether the mining service supports drillthrough.
Пространство имен: Microsoft.AnalysisServices.AdomdClient
Сборка: Microsoft.AnalysisServices.AdomdClient (в Microsoft.AnalysisServices.AdomdClient.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.