Proprietà DataSourceView.DataSource
Gets the data source in a DataSourceView element.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
<BrowsableAttribute(False)> _
Public ReadOnly Property DataSource As DataSource
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.AnalysisServices.DataSource
A DataSource object.