Partition.Source Property

Definition

Gets or sets the current partition bindings to the data.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.TabularBinding Source { get; set; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.PartitionSourceTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.Source : Microsoft.AnalysisServices.TabularBinding with get, set
Public Property Source As TabularBinding

Property Value

A TabularBinding object.

Attributes

Remarks

Source defines the binding for the partition by specifying one or more data sources, tables, and filters. This allows overrides to the defaults specified on the measure group.

Applies to