Partager via


ClassifiedColumns propriété

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

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (dans Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")> _
Public ReadOnly Property ClassifiedColumns As StringCollection
    Get
'Utilisation
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

Valeur de la propriété

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