AggregationInstance.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 TabularBinding Source { get; set; }
public:
[XmlElementAttribute(IsNullable = false)]
property TabularBinding^ Source {
    TabularBinding^ get();
    void set(TabularBinding^ value);
}
[<XmlElementAttribute(IsNullable = false)>]
member Source : TabularBinding with get, set
<XmlElementAttribute(IsNullable := False)>
Public Property Source As TabularBinding

Property Value

Type: Microsoft.AnalysisServices.TabularBinding

A TabularBinding object.

See Also

AggregationInstance Class
Microsoft.AnalysisServices Namespace

Return to top