Compartilhar via


Método AggregationDesignCollection.Add (String)

Creates and adds an AggregationDesign, with the specified identifier, to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function Add ( _
    name As String _
) As AggregationDesign
'Uso
Dim instance As AggregationDesignCollection 
Dim name As String 
Dim returnValue As AggregationDesign 

returnValue = instance.Add(name)
public AggregationDesign Add(
    string name
)
public:
AggregationDesign^ Add(
    String^ name
)
member Add : 
        name:string -> AggregationDesign
public function Add(
    name : String
) : AggregationDesign

Parâmetros

Valor de retorno

Tipo: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign that has been added.

Consulte também

Referência

AggregationDesignCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices