TableMiningStructureColumn Data Type (ASSL)

Defines a derived data type that represents a MiningStructureColumn element that contains nested tables, as opposed to the scalar values associated with the ScalarMiningStructureColumn element that contains scalar values.

Syntax

  
<TableMiningStructureColumn>  
   <!-- The following elements extend MiningStructureColumn -->  
   <ForeignKeyColumn>..</ForeignKeyColumn>  
   <SourceMeasureGroup>..</SourceMeasureGroup>  
   <Columns>..</Columns>  
   <Translations>..</Translations>  
</TableMiningStructureColumn>  

Data Type Characteristics

Characteristic Description
Base data types MiningStructureColumn
Derived data types None

Data Type Relationships

Relationship Element
Parent elements None
Child elements Columns, ForeignKeyColumn, SourceMeasureGroup, Translations
Derived elements Column (Columns collection of MiningStructure)

Remarks

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

See Also

Analysis Services Scripting Language XML Data Types (ASSL)