ScalarMiningStructureColumn.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 ModelingFlags for a column.
[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 StringCollection containing the collection of ModelingFlags for a column.
- Attributes