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
- name
Tipo: System.String
The identifier of the AggregationDesign to be added.
Valore restituito
Tipo: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign that has been added.