Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
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.