Метод AggregationDesignCollection.Add (String)
Creates and adds an AggregationDesign, with the specified identifier, to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
name As String _
) As AggregationDesign
'Применение
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
Параметры
- name
Тип: System.String
The identifier of the AggregationDesign to be added.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AggregationDesign
The AggregationDesign that has been added.