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.