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