Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Create a mining model with a default name and optionally adds the model to the collection of models for the current structure.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function CreateMiningModel ( _
addToCollection As Boolean _
) As MiningModel
'Usage
Dim instance As MiningStructure
Dim addToCollection As Boolean
Dim returnValue As MiningModel
returnValue = instance.CreateMiningModel(addToCollection)
public MiningModel CreateMiningModel(
bool addToCollection
)
public:
MiningModel^ CreateMiningModel(
bool addToCollection
)
member CreateMiningModel :
addToCollection:bool -> MiningModel
public function CreateMiningModel(
addToCollection : boolean
) : MiningModel
Parameters
- addToCollection
Type: System.Boolean
A value that indicates whether the mining model should be added to the collection.
Return Value
Type: Microsoft.AnalysisServices.MiningModel
A reference to the mining model that was just created.