Свойство MiningModelPermission.AllowDrillThrough
Gets or sets a value that indicates whether drillthrough is allowed.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Property AllowDrillThrough As Boolean
Get
Set
'Применение
Dim instance As MiningModelPermission
Dim value As Boolean
value = instance.AllowDrillThrough
instance.AllowDrillThrough = value
public bool AllowDrillThrough { get; set; }
public:
property bool AllowDrillThrough {
bool get ();
void set (bool value);
}
member AllowDrillThrough : bool with get, set
function get AllowDrillThrough () : boolean
function set AllowDrillThrough (value : boolean)
Значение свойства
Тип: System.Boolean
true if drillthrough is enabled; otherwise, false.
Замечания
This property pertains only to drillthrough from the mining model to the mining model cases. For information about granting permissions for drillthrough on a mining structure, see AllowDrillThrough.