Partition.Source Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.