MiningModelColumnCollection.FindDerivedColumn(String) Method
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.
Finds the MiningModelColumn with the specified source column identifier.
public Microsoft.AnalysisServices.MiningModelColumn FindDerivedColumn (string sourceColumnId);
member this.FindDerivedColumn : string -> Microsoft.AnalysisServices.MiningModelColumn
Public Function FindDerivedColumn (sourceColumnId As String) As MiningModelColumn
Parameters
- sourceColumnId
- String
The SourceColumnID used to locate the MiningModelColumn.
Returns
The MiningModelColumn having the specified SourceColumnID, if found in the collection; otherwise, null [Nothing in VisualBasic].