次の方法で共有


TableMiningStructureColumn.ForeignKeyColumns プロパティ

TableMiningStructureColumn オブジェクトに関連付けられた外部キー列を取得します。

名前空間:  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
ForeignKeyColumns のコレクションです。

関連項目

参照

TableMiningStructureColumn クラス

Microsoft.AnalysisServices 名前空間