MiningModelColumn.SourceColumn 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 mining structure column associated with a MiningModelColumn object.
[System.ComponentModel.Browsable(false)]
public Microsoft.AnalysisServices.MiningStructureColumn SourceColumn { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SourceColumn : Microsoft.AnalysisServices.MiningStructureColumn
Public ReadOnly Property SourceColumn As MiningStructureColumn
Property Value
A mining structure column.
- Attributes