DataSourceView Element (ASSL)

Defines a data source view used by a Analysis Services Database element.

Syntax

  
<DataSourceViews>  
   <DataSourceView>  
      <Name>...</Name>  
      <ID>...</ID>  
      <CreatedTimestamp>...</CreatedTimestamp>  
      <LastSchemaUpdate>...</LastSchemaUpdate>  
      <Description>...</Description>  
      <Annotations>...</Annotations>  
      <DataSourceID>   </DataSourceID>  
      <Schema>...</Schema>  
   </DataSourceView>  
</DataSourceViews>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements DataSourceViews
Child elements Annotations, CreatedTimestamp, DataSourceID, Description, ID, LastSchemaUpdate, Name, Schema

Remarks

The corresponding element in the Analysis Management Objects (AMO) object model is DataSourceView.

See Also

Database Element (ASSL)
Objects (ASSL)