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 AggregationDesignDimension, 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 AggregationDesignDimension
'Uso
Dim instance As AggregationDesignDimensionCollection
Dim cubeDimensionId As String
Dim returnValue As AggregationDesignDimension
returnValue = instance.Add(cubeDimensionId)
public AggregationDesignDimension Add(
string cubeDimensionId
)
public:
AggregationDesignDimension^ Add(
String^ cubeDimensionId
)
member Add :
cubeDimensionId:string -> AggregationDesignDimension
public function Add(
cubeDimensionId : String
) : AggregationDesignDimension
Parámetros
- cubeDimensionId
Tipo: System.String
The AggregationDesignDimension to be added.
Valor devuelto
Tipo: Microsoft.AnalysisServices.AggregationDesignDimension
The zero-based index at which the AggregationDesignDimension has been added.