TableMiningStructureColumn.ForeignKeyColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the foreign key columns associated with a TableMiningStructureColumn object.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public Microsoft.AnalysisServices.DataItemCollection ForeignKeyColumns { get; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.ForeignKeyColumns : Microsoft.AnalysisServices.DataItemCollection
Public ReadOnly Property ForeignKeyColumns As DataItemCollection
Property Value
A collection of ForeignKeyColumns.
- Attributes