TableMiningStructureColumn.ForeignKeyColumns Property
Gets the foreign key columns associated with a TableMiningStructureColumn object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntax
'Deklaracja
<XmlArrayItemAttribute("ForeignKeyColumn")> _
<XmlArrayAttribute> _
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
<MergablePropertyAttribute(False)> _
Public ReadOnly Property ForeignKeyColumns As DataItemCollection
[XmlArrayItemAttribute("ForeignKeyColumn")]
[XmlArrayAttribute]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[MergablePropertyAttribute(false)]
public DataItemCollection ForeignKeyColumns { get; }
[XmlArrayItemAttribute(L"ForeignKeyColumn")]
[XmlArrayAttribute]
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")]
[MergablePropertyAttribute(false)]
public:
property DataItemCollection^ ForeignKeyColumns {
DataItemCollection^ get ();
}
/** @property */
public DataItemCollection get_ForeignKeyColumns ()
public function get ForeignKeyColumns () : DataItemCollection
Property Value
A collection of ForeignKeyColumns.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.