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