Rediger

Del via


QueryBinding Data Type (ASSL)

Defines a derived data type that represents the association of a DataSource element with a QueryDefinition element.

Syntax

  
<QueryBinding>  
   <!-- The following elements extend TabularBinding -->  
   <DataSourceID>...</DataSourceID>  
      <QueryDefinition>...</QueryDefinition>  
</QueryBinding>  

Data Type Characteristics

Characteristic Description
Base data types TabularBinding
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements DataSourceID, QueryDefinition
Derived elements See Binding

Remarks

For more information about the Binding type, including tables of Analysis Services Scripting Language (ASSL) objects of the Binding type and the inheritance hierarchy of Binding types, see Binding Data Type (ASSL).

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