Dimension.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 associated with a Dimension.
[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
An object containing DataSourceView information.
- Attributes