Méthode AggregationDesignDimensionCollection.Add (String)
Creates and adds an AggregationDesignDimension, with the specified identifier, to the end of the collection.
Espace de noms : Microsoft.AnalysisServices
Assembly : Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Syntaxe
'Déclaration
Public Function Add ( _
cubeDimensionId As String _
) As AggregationDesignDimension
'Utilisation
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
Paramètres
- cubeDimensionId
Type : System.String
The AggregationDesignDimension to be added.
Valeur de retour
Type : Microsoft.AnalysisServices.AggregationDesignDimension
The zero-based index at which the AggregationDesignDimension has been added.