EntityCopyOptionsDataCopyCubeData Property |
Gets or sets a value indicating whether data cube data, entered using
DataInputTransform instances, is to be copied or not.
The default value for this property is
.
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 = "copyCubeData", EmitDefaultValue = false)]
public bool CopyCubeData { get; set; }
<DataMemberAttribute(Name := "copyCubeData", EmitDefaultValue := false)>
Public Property CopyCubeData As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"copyCubeData", EmitDefaultValue = false)]
property bool CopyCubeData {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "copyCubeData", EmitDefaultValue = false)>]
member CopyCubeData : bool with get, set
Property Value
Type:
BooleanSee Also