TableMiningStructureColumn.ForeignKeyColumns Property
Gets the foreign key columns associated with a TableMiningStructureColumn object.
Espace de noms: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in microsoft.analysisservices.dll)
Syntaxe
'Déclaration
<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
Valeur de propriété
A collection of ForeignKeyColumns.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
TableMiningStructureColumn Class
TableMiningStructureColumn Members
Microsoft.AnalysisServices Namespace