MiningStructureColumn 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
MiningStructureColumn() |
Initializes a new instance of the MiningStructureColumn class using default values. |
MiningStructureColumn(String) |
Initializes a new instance of the MiningStructureColumn using the specified name. |
MiningStructureColumn(String, String) |
Initializes a new instance of the MiningStructureColumn using the specified name and identifier. |
MiningStructureColumn()
Initializes a new instance of the MiningStructureColumn class using default values.
protected MiningStructureColumn ();
Protected Sub New ()
Applies to
MiningStructureColumn(String)
Initializes a new instance of the MiningStructureColumn using the specified name.
protected MiningStructureColumn (string name);
new Microsoft.AnalysisServices.MiningStructureColumn : string -> Microsoft.AnalysisServices.MiningStructureColumn
Protected Sub New (name As String)
Parameters
- name
- String
A String that contains the name of the MiningStructureColumn.
Applies to
MiningStructureColumn(String, String)
Initializes a new instance of the MiningStructureColumn using the specified name and identifier.
protected MiningStructureColumn (string name, string id);
new Microsoft.AnalysisServices.MiningStructureColumn : string * string -> Microsoft.AnalysisServices.MiningStructureColumn
Protected Sub New (name As String, id As String)
Parameters
- name
- String
A String that contains the name of the MiningStructureColumn.
- id
- String
A String that contains a unique identifier for the MiningStructureColumn.