Compartir a través de


TableMiningStructureColumn.ForeignKeyColumns Propiedad

Gets the foreign key columns associated with a TableMiningStructureColumn object.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.KeyColumnsTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property ForeignKeyColumns As DataItemCollection 
    Get
'Uso
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

Valor de la propiedad

Tipo: Microsoft.AnalysisServices.DataItemCollection
A collection of ForeignKeyColumns.

Vea también

Referencia

TableMiningStructureColumn Clase

Espacio de nombres Microsoft.AnalysisServices