MiningModelColumn.ModelingFlags 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 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).