إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
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
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 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TableMiningStructureColumn Class
TableMiningStructureColumn Members
Microsoft.AnalysisServices Namespace