Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the foreign key columns associated with a TableMiningStructureColumn object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property ForeignKeyColumns As DataItemCollection
Get
'Usage
Dim instance As TableMiningStructureColumn
Dim value As DataItemCollection
value = instance.ForeignKeyColumns
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
public DataItemCollection ForeignKeyColumns { get; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property DataItemCollection^ ForeignKeyColumns {
DataItemCollection^ get ();
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")>]
member ForeignKeyColumns : DataItemCollection
function get ForeignKeyColumns () : DataItemCollection
Property Value
Type: Microsoft.AnalysisServices.DataItemCollection
A collection of ForeignKeyColumns.