EntityCopyOptions Class |
Namespace: Dundas.BI.Entities
The EntityCopyOptions type exposes the following members.
Name | Description | |
---|---|---|
![]() | EntityCopyOptions() |
Initializes a new instance of the EntityCopyOptions class.
|
![]() | EntityCopyOptions(EntityCopyOptions) |
Initializes a new instance of the EntityCopyOptions class.
|
Name | Description | |
---|---|---|
![]() | BuildDataCubeStorage |
Gets or sets a value indicating whether Data Cube Storage is to be built after copying or not.
The property value only considered if property is set to true.
The default value for this property is false.
|
![]() | CopyContextualData |
Gets or sets a value indicating whether contextual measure data is to be copied or not.
The default value for this property is true.
|
![]() | CopyCubeData |
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 true.
|
![]() | CopyDataCubeStorageType |
Gets or sets a value indicating whether Data Cube Storage Type is to be copied or not.
The default value for this property is true.
|
![]() | CopyResourceData |
Gets or sets a value indicating whether data resources, like uploaded Excel files, is to be copied or not.
The default value for this property is true.
|