DimensionCollection.Add Method

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.

See Also

Reference

DimensionCollection Class

Add Overload

Microsoft.AnalysisServices Namespace