MiningModel.Columns 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 columns associated with the MiningModel object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MiningModelColumnCollection Columns { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Columns : Microsoft.AnalysisServices.MiningModelColumnCollection
Public ReadOnly Property Columns As MiningModelColumnCollection
Property Value
A collection of columns for the MiningModel.
- Attributes