ScalarMiningStructureColumn.ClassifiedColumns Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of related columns that are classified by the ScalarMiningStructureColumn object.
[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public System.Collections.Specialized.StringCollection ClassifiedColumns { get; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.ClassifiedColumns : System.Collections.Specialized.StringCollection
Public ReadOnly Property ClassifiedColumns As StringCollection
Property Value
A StringCollection that contains the collection of related columns that are classified by ScalarMiningStructureColumn object.
- Attributes