TableMiningStructureColumn.ForeignKeyColumns Property

 

Applies To: SQL Server 2016 Preview

Gets the foreign key columns associated with a TableMiningStructureColumn object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Syntax

[XmlArrayItemAttribute("ForeignKeyColumn")]
[XmlArrayAttribute]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[MergablePropertyAttribute(false)]
public DataItemCollection ForeignKeyColumns { get; }
public:
[XmlArrayItemAttribute("ForeignKeyColumn")]
[XmlArrayAttribute]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[MergablePropertyAttribute(false)]
property DataItemCollection^ ForeignKeyColumns {
    DataItemCollection^ get();
}
[<XmlArrayItemAttribute("ForeignKeyColumn")>]
[<XmlArrayAttribute>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")>]
[<MergablePropertyAttribute(false)>]
member ForeignKeyColumns : DataItemCollection with get
<XmlArrayItemAttribute("ForeignKeyColumn")>
<XmlArrayAttribute>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")>
<MergablePropertyAttribute(False)>
Public ReadOnly Property ForeignKeyColumns As DataItemCollection

Property Value

Type: Microsoft.AnalysisServices.DataItemCollection

A collection of ForeignKeyColumns.

See Also

TableMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top