DataSourceView.DataSource Property

Definition

Gets the data source in a DataSourceView element.

[Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataSourceView_DataSourceID")]
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.DataSource DataSource { get; }
[<Microsoft.AnalysisServices.LocalizedDescription("PropertyDescription_DataSourceView_DataSourceID")>]
[<System.ComponentModel.Browsable(false)>]
member this.DataSource : Microsoft.AnalysisServices.DataSource
Public ReadOnly Property DataSource As DataSource

Property Value

DataSource

A DataSource object.

Attributes
Microsoft.AnalysisServices.LocalizedDescriptionAttribute BrowsableAttribute

Applies to