Elemento DataSource (ASSL)

Definisce un'origine dati in un elemento Analysis Services Database.

Sintassi

  
<DataSources>  
   <DataSource xsi:type="RelationalDataSource">...</DataSource>  
   <!-- or -->  
   <DataSource xsi:type="OlapDataSource">...</DataSource>  
   <!-- or -->  
   <DataSource xsi:type="PushedDataSource">...</DataSource>  
</DataSources>  

Caratteristiche elemento

Caratteristica Descrizione
Tipo di dati e lunghezza RelationalDataSource, OlapDataSource, PushedDataSource
Valore predefinito Nessuno
Cardinalità 0-n: Elemento facoltativo che può ricorrere più di una volta.

Relazioni elemento

Relazione Elemento
Elementi padre DataSources
Elementi figlio nessuno

Osservazioni

L'elemento corrispondente nel modello Analysis Management Objects (AMO) è DataSource .

Vedere anche

Elemento Database (ASSL)
Oggetti (ASSL)