Метод MiningStructure.CreateMiningModel (Boolean)
Create a mining model with a default name and optionally adds the model to the collection of models for the current structure.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function CreateMiningModel ( _
addToCollection As Boolean _
) As MiningModel
'Применение
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
Параметры
- addToCollection
Тип: System.Boolean
A value that indicates whether the mining model should be added to the collection.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.MiningModel
A reference to the mining model that was just created.