MiningModelColumn Constructors
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.
Overloads
MiningModelColumn() |
Initializes a new instance of the MiningModelColumn class using default values. |
MiningModelColumn(String, String) |
Initializes a new instance of the MiningModelColumn class, using the specified name and identifier. |
MiningModelColumn()
Initializes a new instance of the MiningModelColumn class using default values.
public MiningModelColumn ();
Public Sub New ()
Applies to
MiningModelColumn(String, String)
Initializes a new instance of the MiningModelColumn class, using the specified name and identifier.
public MiningModelColumn (string name, string id);
new Microsoft.AnalysisServices.MiningModelColumn : string * string -> Microsoft.AnalysisServices.MiningModelColumn
Public Sub New (name As String, id As String)
Parameters
- name
- String
A String that contains the name of the mining model column.
- id
- String
A String that contains the identifier of the mining model column.