Freigeben über


DimensionCollection.Add-Methode

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

Rückgabewert

Typ: Microsoft.AnalysisServices.Dimension
A new, empty Dimension.

Siehe auch

Verweis

DimensionCollection Klasse

Add-Überladung

Microsoft.AnalysisServices-Namespace