Düzenle

Aracılığıyla paylaş


DSVTableBinding Data Type (ASSL)

Defines a derived data type that represents the binding between a table and a DataSourceView element.

Syntax

  
<DSVTableBinding>  
   <!-- The following elements extend TabularBinding -->  
   <DataSourceViewID>...</DataSourceViewID>  
   <TableID>...</TableID>  
</DSVTableBinding>  

Data Type Characteristics

Characteristic Description
Base data types TabularBinding
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements DataSourceViewID, TableID
Derived elements See Binding

Remarks

For additional 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 element.

The corresponding element in the Analysis Management Objects (AMO) object model is Microsoft.AnalysisServices.DSVTableBinding.

See Also

Analysis Services Scripting Language XML Data Types (ASSL)