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