DashboardQueryDataManageType Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the data manage type that indicates if this query collates data.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardQueryDataManageTypeEnum DataManageType { get; set; }
Public Property DataManageType As DashboardQueryDataManageTypeEnum
Get
Set
public:
virtual property DashboardQueryDataManageTypeEnum DataManageType {
DashboardQueryDataManageTypeEnum get () sealed;
void set (DashboardQueryDataManageTypeEnum value) sealed;
}
function get_DataManageType();
function set_DataManageType(value);
Property Value
Type:
DashboardQueryDataManageTypeEnumDataManageTypeEnum.Collate if this query collates data, otherwise DataManageTypeEnum.Standard.
Return Value
Type:
DashboardQueryDataManageTypeEnumDataManageTypeEnum.Collate if this query collates data, otherwise DataManageTypeEnum.Standard.
Remarks If SupportsCollate is false will always return DataManageTypeEnum.Standard.
See Also