Freigeben über


TableMiningStructureColumn.ForeignKeyColumns Property

Gets the foreign key columns associated with a TableMiningStructureColumn object.

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

Syntax

'Declaration
<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

Eigenschaftswert

A collection of ForeignKeyColumns.

Threadsicherheit

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.

Plattformen

Entwicklungsplattformen

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Zielplattforme

Eine Liste der unterstützten Plattformen finden Sie unterHardware- und Softwareanforderungen für die Installation von SQL Server 2005.

Siehe auch

Verweis

TableMiningStructureColumn Class
TableMiningStructureColumn Members
Microsoft.AnalysisServices Namespace