ScalarMiningStructureColumn.ModelingFlags Property

 

Applies To: SQL Server 2016 Preview

Gets the collection of ModelingFlags for a column.

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

Syntax

[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")]
[ReadOnlyAttribute(false)]
[XmlArrayAttribute]
[EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsPropertyEditor, Microsoft.AnalysisServices.Design", 
    typeof(UITypeEditor))]
[XmlArrayItemAttribute("ModelingFlag")]
public StringCollection ModelingFlags { get; }
public:
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")]
[ReadOnlyAttribute(false)]
[XmlArrayAttribute]
[EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsPropertyEditor, Microsoft.AnalysisServices.Design", 
    (UITypeEditor^::typeid))]
[XmlArrayItemAttribute("ModelingFlag")]
property StringCollection^ ModelingFlags {
    StringCollection^ get();
}
[<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")>]
[<ReadOnlyAttribute(false)>]
[<XmlArrayAttribute>]
[<EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsPropertyEditor, Microsoft.AnalysisServices.Design",
    typeof(UITypeEditor))>]
[<XmlArrayItemAttribute("ModelingFlag")>]
member ModelingFlags : StringCollection with get
<TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")>
<ReadOnlyAttribute(False)>
<XmlArrayAttribute>
<EditorAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsPropertyEditor, Microsoft.AnalysisServices.Design",
    GetType(UITypeEditor))>
<XmlArrayItemAttribute("ModelingFlag")>
Public ReadOnly Property ModelingFlags As StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection

A StringCollection containing the collection of ModelingFlags for a column.

See Also

ScalarMiningStructureColumn Class
Microsoft.AnalysisServices Namespace

Return to top