หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Creates and adds a MiningStructure to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add As MiningStructure
'Usage
Dim instance As MiningStructureCollection
Dim returnValue As MiningStructure
returnValue = instance.Add()
public MiningStructure Add()
public:
MiningStructure^ Add()
member Add : unit -> MiningStructure
public function Add() : MiningStructure
Return Value
Type: Microsoft.AnalysisServices.MiningStructure
A new, empty MiningStructure.