Measure.Source Property

Definition

Gets or sets the source data item for the current measure.

[Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")]
[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Measure_Source")]
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DataItem Source { get; set; }
[<Microsoft.AnalysisServices.LocalizedCategory("PropertyCategory_Basic")>]
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_Measure_Source")>]
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.DataItemTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Source : Microsoft.AnalysisServices.DataItem with get, set
Public Property Source As DataItem

Property Value

DataItem

A DataItem value with the source for the current measure.

Attributes
Microsoft.AnalysisServices.LocalizedCategoryAttribute Microsoft.AnalysisServices.LocalizedDescriptionAttribute TypeConverterAttribute

Remarks

The details of the source containing the value of the measure.

Applies to