Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.48 KB

File metadata and controls

68 lines (56 loc) · 2.48 KB
title ForeignKeyColumn Element (ASSL) | Microsoft Docs
ms.custom
ms.date 03/06/2017
ms.prod sql-server-2016
ms.reviewer
ms.suite
ms.technology
analysis-services
docset-sql-devref
ms.tgt_pltfrm
ms.topic reference
apiname
ForeignKeyColumn Element
apilocation
apitype Schema
applies_to
SQL Server 2016 Preview
f1_keywords
ForeignKeyColumn
helpviewer_keywords
ForeignKeyColumn element
ms.assetid 6c00dcc6-8d5b-4293-8b72-c7a22e298c8d
caps.latest.revision 38
author Minewiskan
ms.author owend
manager erikre

ForeignKeyColumn Element (ASSL)

Identifies the join to a parent table for a relational data source.

Syntax

  
<ForeignKeyColumns>  
   <ForeignKeyColumn xsi:type="DataItem">...</ForeignKeyColumn>  
</ForeignKeyColumns>  

Element Characteristics

Characteristic Description
Data type and length DataItem
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element Relationships

Relationship Element
Parent elements ForeignKeyColumns
Child elements None

Remarks

For additional information about the DataItem type, including a table of Analysis Services Scripting Language (ASSL) objects and properties of the DataItem type, see DataItem Data Type (ASSL).

The element that corresponds to the parent of the ForeignKeyColumns collection in the Analysis Management Objects (AMO) object model is xref:Microsoft.AnalysisServices.TableMiningStructureColumn.

See Also

TableMiningStructureColumn Data Type (ASSL)
MiningStructureColumn Data Type (ASSL)
MiningStructure Element (ASSL)
Objects (ASSL)