MiningModelColumn.ModelingFlags Property

Definition

Gets the collection of MiningModelingFlags for a column in a MiningModelColumn object.

[System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design.AS")]
public System.Collections.Specialized.StringCollection ModelingFlags { get; }
[<System.ComponentModel.TypeConverter("Microsoft.AnalysisServices.Design.MiningModelColumnModelingFlagsTypeConverter, Microsoft.AnalysisServices.Design.AS")>]
member this.ModelingFlags : System.Collections.Specialized.StringCollection
Public ReadOnly Property ModelingFlags As StringCollection

Property Value

A collection of MiningModelingFlags element objects.

Attributes

Remarks

For more information, see ModelingFlags Element (ASSL).

Applies to