MetricSetBindingDataBypassResultSizeLimit Property |
Gets or sets a value indicating whether the engine must ignore any result size limitations or not.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax[DataMemberAttribute(EmitDefaultValue = false, Name = "bypassResultSizeLimit")]
public bool BypassResultSizeLimit { get; set; }<DataMemberAttribute(EmitDefaultValue := false, Name := "bypassResultSizeLimit")>
Public Property BypassResultSizeLimit As Boolean
Get
Set
public:
[DataMemberAttribute(EmitDefaultValue = false, Name = L"bypassResultSizeLimit")]
property bool BypassResultSizeLimit {
bool get ();
void set (bool value);
}[<DataMemberAttribute(EmitDefaultValue = false, Name = "bypassResultSizeLimit")>]
member BypassResultSizeLimit : bool with get, set
Property Value
Type:
Boolean if result size limits are to be ignored; otherwise,
.
See Also