Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.