Поделиться через


Свойство ScalarMiningStructureColumn.ClassifiedColumns

Gets the collection of related columns that are classified by the ScalarMiningStructureColumn object.

Пространство имен:  Microsoft.AnalysisServices
Сборка:  Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)

Синтаксис

'Декларация
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property ClassifiedColumns As StringCollection 
    Get
'Применение
Dim instance As ScalarMiningStructureColumn 
Dim value As StringCollection 

value = instance.ClassifiedColumns
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")]
public StringCollection ClassifiedColumns { get; }
[TypeConverterAttribute(L"Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")]
public:
property StringCollection^ ClassifiedColumns {
    StringCollection^ get ();
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")>]
member ClassifiedColumns : StringCollection
function get ClassifiedColumns () : StringCollection

Значение свойства

Тип: System.Collections.Specialized.StringCollection
A StringCollection that contains the collection of related columns that are classified by ScalarMiningStructureColumn object.

См. также

Справочник

ScalarMiningStructureColumn Класс

Пространство имен Microsoft.AnalysisServices