DataConstants Class

Constants pertaining to data-related functionality.
Inheritance Hierarchy
SystemObject
  Dundas.BI.DataDataConstants

Namespace:  Dundas.BI.Data
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static class DataConstants

The DataConstants type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBridgeScriptInputValue
The input value used in scripting expressions for BridgeParameters.
Public fieldStatic memberBridgeScriptParameterId
The attached parameter ID placeholder used in scripting expressions for BridgeParameters.
Public fieldStatic memberChartSimplificationRuleId
The unique identifier of the chart simplification rule used in data requests.
Public fieldStatic memberChartStackValueId
The unique identifier of the chart stack value property in the cells of a simplified chart cellset.
Public fieldStatic memberContextualValueId
The contextual measure value ID property name.
Public fieldStatic memberDataConnectorOverrideGatewayParameterId
The ID of the parameter to be used when submitting the gateway as a parameter value in the overrides for a tenant.
Public fieldStatic memberDataDiscoveryConnectorID
The ID of the Data Discovery Data Connector.
Remarks

The value of this constant is 989d85bd-4f1d-4371-aad8-0c71e00f34fb.

Data Type: String.
Public fieldStatic memberDataPropertyIsInPrimaryKey
The data property that displays primary key information for relational columns.
Public fieldStatic memberDataPropertyIsLeafMember
The data property on a ragged hierarchy member indicating that it is a leaf member. Not present on members which are on a lowest level.
Public fieldStatic memberDataPropertyIsSkipped
The data property that displays whether a relational column is skipped during the data retrieval.
Public fieldStatic memberDataSourceResourceId
The name used for the data connector property holding the data resource ID, if applicable.
Public fieldStatic memberEdcLogChannel
The EDC logging channel name.
Public fieldStatic memberEnableSlicerAsSubquery
The name used for the measure property holding the "enable slicer as subquery" setting.
Public fieldStatic memberIsUserDefined
The string used to designate the property name used for hierarchy members custom defined by the user.
Public fieldStatic memberIsUtilityHierarchy
The name used for the hierarchy property holding the "is utility hierarchy" setting.
Public fieldStatic memberMaxContextualMeasureNameLength
The maximum contextual measure unique name length.
Public fieldStatic memberMeasureNameUsageUniqueName
The element usage unique name identifying a metric set's measure names.
Public fieldStatic memberMemberOutOfRange
The string used to designate that hierarchy members are out of the user-defined visible hierarchy range.
Public fieldStatic memberOlapHierarchySecurityAttributeId
The data property that stores a security attribute ID for an OLAP hierarchy.
Public fieldStatic memberOlapHierarchySecurityParameterId
The data property that stores a security parameter ID for an OLAP hierarchy.
Public fieldStatic memberProviderFormatProperty
The name used for the measure property holding the provider format string property, when available.
Public fieldStatic memberTokenDefinitionAll
The value used to identify All.
Public fieldStatic memberTokenDefinitionAllMembers
The value used to identify All.
Public fieldStatic memberTokenDefinitionDefault
The value used to identify Default.
Public fieldStatic memberTokenDefinitionLeafMembers
The value used to identify All.
Public fieldStatic memberTokenDefinitionNoSelection
The value used to identify NoSelection.
Public fieldStatic memberTokenDefinitionNull
The value used to identify Null.
Public fieldStatic memberTokenDefinitionOpenRangeBoundary
The value used to identify OpenRangeBoundary.
Public fieldStatic memberTransformCommandTimeoutId
The command timeout setting ID used by all select transforms.
Public fieldStatic memberTreemapSimplificationRuleId
The unique identifier of the treemap simplification rule used in data requests.
Top
See Also