Partition.DataSourceView 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 the DataSourceView object for the partition.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DataSourceView DataSourceView { get; }
[<System.ComponentModel.Browsable(false)>]
member this.DataSourceView : Microsoft.AnalysisServices.DataSourceView
Public ReadOnly Property DataSourceView As DataSourceView
Property Value
A DataSourceView object for the partition.
- Attributes