Свойство 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.