Oharra
Baimena behar duzu orria atzitzeko. Direktorioetan saioa has dezakezu edo haiek alda ditzakezu.
Baimena behar duzu orria atzitzeko. Direktorioak alda ditzakezu.
Creates and adds an AggregationDimension, with the specified identifier, to the end of the collection.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add ( _
cubeDimensionId As String _
) As AggregationDimension
'Uso
Dim instance As AggregationDimensionCollection
Dim cubeDimensionId As String
Dim returnValue As AggregationDimension
returnValue = instance.Add(cubeDimensionId)
public AggregationDimension Add(
string cubeDimensionId
)
public:
AggregationDimension^ Add(
String^ cubeDimensionId
)
member Add :
cubeDimensionId:string -> AggregationDimension
public function Add(
cubeDimensionId : String
) : AggregationDimension
Parámetros
- cubeDimensionId
Tipo: System.String
The AggregationDimension to be added.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AggregationDimension
The zero-based index at which the AggregationDimension has been added.