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