Add 方法

Creates and adds a MiningModel to the end of the collection.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Function Add As MiningModel
用法
Dim instance As MiningModelCollection
Dim returnValue As MiningModel

returnValue = instance.Add()
public MiningModel Add()
public:
MiningModel^ Add()
member Add : unit -> MiningModel 
public function Add() : MiningModel