ScalarMiningStructureColumn.ClassifiedColumns Property

 

Applies To: SQL Server 2016 Preview

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

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

Syntax

[ReadOnlyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnClassifiedColumnsPropertyEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[XmlArrayItemAttribute(typeof(string), ElementName = "ClassifiedColumnID")]
public StringCollection ClassifiedColumns { get; }
public:
[ReadOnlyAttribute(false)]
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")]
[EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnClassifiedColumnsPropertyEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[XmlArrayItemAttribute((String^::typeid), ElementName = "ClassifiedColumnID")]
property StringCollection^ ClassifiedColumns {
    StringCollection^ get();
}
[<ReadOnlyAttribute(false)>]
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnClassifiedColumnsPropertyEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<XmlArrayItemAttribute(typeof(string), ElementName = "ClassifiedColumnID")>]
member ClassifiedColumns : StringCollection with get
<ReadOnlyAttribute(False)>
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningStructureColumnClassifiesTypeConverter, Microsoft.AnalysisServices.Design")>
<EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnClassifiedColumnsPropertyEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<XmlArrayItemAttribute(GetType(String), ElementName := "ClassifiedColumnID")>
Public ReadOnly Property ClassifiedColumns As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

A StringCollection that contains the collection of related columns that are classified by ScalarMiningStructureColumn object.

See Also

ScalarMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top