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