Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Creates and adds a CubeDimension, with the specified identifier, to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add ( _
dimensionId As String _
) As CubeDimension
'Usage
Dim instance As CubeDimensionCollection
Dim dimensionId As String
Dim returnValue As CubeDimension
returnValue = instance.Add(dimensionId)
public CubeDimension Add(
string dimensionId
)
public:
CubeDimension^ Add(
String^ dimensionId
)
member Add :
dimensionId:string -> CubeDimension
public function Add(
dimensionId : String
) : CubeDimension
Parameters
- dimensionId
Type: System.String
The identifier of the Dimension to be added.
Return Value
Type: Microsoft.AnalysisServices.CubeDimension
The zero-based index at which the CubeDimension has been added.