共用方式為


TableMiningStructureColumn.ForeignKeyColumns 屬性

Gets the foreign key columns associated with a TableMiningStructureColumn object.

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property ForeignKeyColumns As DataItemCollection 
    Get
'用途
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

屬性值

型別:Microsoft.AnalysisServices.DataItemCollection
A collection of ForeignKeyColumns.

請參閱

參考

TableMiningStructureColumn 類別

Microsoft.AnalysisServices 命名空間