OlapMemberCoordinateType Property |
Gets the type of the coordinate.
Namespace:
Dundas.BI.Data.Metadata.Olap
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic OlapCoordinateType CoordinateType { get; }Public ReadOnly Property CoordinateType As OlapCoordinateType
Get
public:
virtual property OlapCoordinateType CoordinateType {
OlapCoordinateType get () sealed;
}abstract CoordinateType : OlapCoordinateType with get
override CoordinateType : OlapCoordinateType with get
Property Value
Type:
OlapCoordinateType
The type of the coordinate.
Implements
ICoordinateProviderCoordinateType
See Also