Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 2.02 KB

datasourceid-element-assl.md

File metadata and controls

50 lines (37 loc) · 2.02 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
DataSourceID Element (ASSL) | Microsoft Docs
Learn about the DataSourceID property element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

DataSourceID Element (ASSL)

Identifies the DataSource element associated with the parent element.

Syntax

  
<CubeBinding> <!-- or one of the elements listed below in the Element Relationships table -->  
   ...  
   <DataSourceID>...</DataSourceID>  
   ...  
</CubeBinding>  

Element Characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality Depends on context

Element Relationships

Relationship Element
Parent elements CubeBinding, CubeDimensionBinding, DimensionBinding, MeasureGroupBinding, QueryBinding, DataSourceView, TableBinding
Child elements None

Remarks

The elements that correspond to the parents of DataSourceID in the Analysis Management Objects (AMO) object model are xref:Microsoft.AnalysisServices.CubeDimensionBinding, xref:Microsoft.AnalysisServices.DimensionBinding, xref:Microsoft.AnalysisServices.MeasureGroupBinding, xref:Microsoft.AnalysisServices.QueryBinding, xref:Microsoft.AnalysisServices.DataSourceView, and xref:Microsoft.AnalysisServices.TableBinding.

See Also

ID Element (ASSL)
Properties (ASSL)