AggregationInstanceMeasure.Source Property

 

Applies To: SQL Server 2016 Preview

Gets or sets the table name for the aggregation, if different than the table associated with column binding.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlElementAttribute(IsNullable = false)]
public DataItem Source { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property DataItem^ Source {
    DataItem^ get();
    void set(DataItem^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Source : DataItem with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Source As DataItem

Property Value

Type: Microsoft.AnalysisServices.DataItem

A TabularBinding object.

See Also

AggregationInstanceMeasure Class
Microsoft.AnalysisServices Namespace

Return to top