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.