ConnectorElementIsMeasureSource Property |
Gets a value indicating whether the current instance is used for generating an
IMeasure.
Namespace:
Dundas.BI.Data.Transforms
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntaxpublic bool IsMeasureSource { get; }Public ReadOnly Property IsMeasureSource As Boolean
Get
public:
property bool IsMeasureSource {
bool get ();
}member IsMeasureSource : bool with get
Property Value
Type:
Boolean
RemarksFor non-seed elements, the property always returns .
See Also