MiningModelColumn.ModelingFlags Property

Gets the collection of [ModelingFlags] elements for a column in a MiningModelColumn object.

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

Syntax

C#
[TypeConverterAttribute("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design")]
public StringCollection ModelingFlags { get; }

Property Value

Type: System.Collections.Specialized.StringCollection
A collection of [ModelingFlags] element objects.

Remarks

For more information, see ModelingFlags Element (ASSL).

See Also

Reference

MiningModelColumn Class

Microsoft.AnalysisServices Namespace