MiningModel Constructors

Definition

Overloads

MiningModel()

Initializes a new instance of the MiningModel class using the default values.

MiningModel(String)

Initializes a new instance of the MiningModel class using the specified name.

MiningModel(String, String)

Initializes a new instance of the MiningModel class using the specified name and identifier.

MiningModel()

Initializes a new instance of the MiningModel class using the default values.

public MiningModel ();
Public Sub New ()

Applies to

MiningModel(String)

Initializes a new instance of the MiningModel class using the specified name.

public MiningModel (string name);
new Microsoft.AnalysisServices.MiningModel : string -> Microsoft.AnalysisServices.MiningModel
Public Sub New (name As String)

Parameters

name
String

The name of the MiningModel.

Applies to

MiningModel(String, String)

Initializes a new instance of the MiningModel class using the specified name and identifier.

public MiningModel (string name, string id);
new Microsoft.AnalysisServices.MiningModel : string * string -> Microsoft.AnalysisServices.MiningModel
Public Sub New (name As String, id As String)

Parameters

name
String

The name of the MiningModel.

id
String

A unique identifier for the MiningModel.

Applies to