Compartir a través de


ClassifiedColumns Propiedad

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

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

Sintaxis

'Declaración
<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 de la propiedad

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