ClassifiedColumns 属性

Contains 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 the object.