Share via


DataSourceView.DataSource Property

Gets the data source in a DataSourceView element.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource 
    Get
'Usage
Dim instance As DataSourceView 
Dim value As DataSource 

value = instance.DataSource
[BrowsableAttribute(false)]
public DataSource DataSource { get; }
[BrowsableAttribute(false)]
public:
property DataSource^ DataSource {
    DataSource^ get ();
}
[<BrowsableAttribute(false)>]
member DataSource : DataSource
function get DataSource () : DataSource

Property Value

Type: Microsoft.AnalysisServices.DataSource
A DataSource object.

See Also

Reference

DataSourceView Class

Microsoft.AnalysisServices Namespace