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.