Compartilhar via


Propriedade do RDL ClassifiedColumns

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

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property ClassifiedColumns As StringCollection
    Get
'Uso
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

Valor da propriedade

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