Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.11 KB

tableminingstructurecolumn-data-type-assl.md

File metadata and controls

51 lines (38 loc) · 2.11 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
TableMiningStructureColumn Data Type (ASSL) | Microsoft Docs
Learn about the TableMiningStructureColumn data type element in the Analysis Services Scripting Language (ASSL) schema.
10/31/2023
analysis-services
assl
reference
kfollis
kfollis
kfollis

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 xref:Microsoft.AnalysisServices.TableMiningStructureColumn.

See Also

Analysis Services Scripting Language XML Data Types (ASSL)