Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Creates a mining model with the specified name and optionally adds the model to the collection of models for the structure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CreateMiningModel ( _
addToCollection As Boolean, _
name As String _
) As MiningModel
'Usage
Dim instance As MiningStructure
Dim addToCollection As Boolean
Dim name As String
Dim returnValue As MiningModel
returnValue = instance.CreateMiningModel(addToCollection, _
name)
public MiningModel CreateMiningModel(
bool addToCollection,
string name
)
public:
MiningModel^ CreateMiningModel(
bool addToCollection,
String^ name
)
member CreateMiningModel :
addToCollection:bool *
name:string -> MiningModel
public function CreateMiningModel(
addToCollection : boolean,
name : String
) : MiningModel
Parameter
- addToCollection
Typ: System.Boolean
A value that indicates whether the mining model should be added to the collection.
- name
Typ: System.String
The name of the mining model.
Rückgabewert
Typ: Microsoft.AnalysisServices.MiningModel
A reference to the mining model that was just created.