DataCubeInfoDataIsStorable Property |
Gets a value indicating whether the current data cube can have a storage type other than
None.
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(Name = "isStorable", EmitDefaultValue = false)]
public bool IsStorable { get; set; }
<DataMemberAttribute(Name := "isStorable", EmitDefaultValue := false)>
Public Property IsStorable As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"isStorable", EmitDefaultValue = false)]
property bool IsStorable {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "isStorable", EmitDefaultValue = false)>]
member IsStorable : bool with get, set
Property Value
Type:
BooleanSee Also