Condividi tramite


Metodo AggregationDesignCollection.Add (String)

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

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Add ( _
    name As String _
) As AggregationDesign
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

AggregationDesignCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices