ScheduleDataCubesOptionsTriggerReferencesProcess Property |
Gets or set the value indication whether referenced cubes are processed automatically prior to the specified data cubes.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(EmitDefaultValue = false, Name = "triggerReferencesProcess")]
public bool TriggerReferencesProcess { get; set; }
<DataMemberAttribute(EmitDefaultValue := false, Name := "triggerReferencesProcess")>
Public Property TriggerReferencesProcess As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"triggerReferencesProcess")]
property bool TriggerReferencesProcess {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(EmitDefaultValue = false, Name = "triggerReferencesProcess")>]
member TriggerReferencesProcess : bool with get, set
Property Value
Type:
BooleanSee Also