DataCubeMeasureDataType Property |
Gets the element data type.
Namespace:
Dundas.BI.Entities.DataCubes
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic DataType DataType { get; }Public ReadOnly Property DataType As DataType
Get
public:
virtual property DataType DataType {
DataType get () sealed;
}abstract DataType : DataType with get
override DataType : DataType with get
Property Value
Type:
DataTypeImplements
IMeasureDataType
See Also