The SourceColumn property of the Measure interface contains a reference to the column in the fact table that contains the measure.
String
Access depends on the value of the ClassType property of the object.
Class type | Access |
---|---|
clsAggregationMeasure | R |
clsCubeMeasure | R/W |
clsPartitionMeasure | R/W |
To set this property for a measure contained in a regular cube, use the delimiter characters for the data source when naming the table and the column.
For a virtual cube (a cube object with IsVirtual = True), the SourceColumn property is used to reference a measure within an existing cube rather than a column in a source fact table. When you set this property for a measure object within a virtual cube, you do not need to include the delimiter characters associated with the data source for the underlying cube.
The SourceColumn property works in conjunction with the SourceColumnType property.