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.