共用方式為


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 命名空間