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


Свойство DrillThroughAction.Default

Gets or sets the current DrillThroughAction as the default action when multiple drillthrough actions are defined.

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

Синтаксис

'Декларация
Public Property Default As Boolean 
    Get 
    Set
'Применение
Dim instance As DrillThroughAction 
Dim value As Boolean 

value = instance.Default

instance.Default = value
public bool Default { get; set; }
public:
property bool Default {
    bool get ();
    void set (bool value);
}
member Default : bool with get, set
function get Default () : boolean 
function set Default (value : boolean)

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

Тип: System.Boolean
A Boolean value stating if current DrillThroughAction is the default action.

См. также

Справочник

DrillThroughAction Класс

Пространство имен Microsoft.AnalysisServices