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