Метод AggregationAttributeCollection.Add (String)
Creates, adds to collection and returns a new AggregationAttribute.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
attributeId As String _
) As AggregationAttribute
'Применение
Dim instance As AggregationAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationAttribute
returnValue = instance.Add(attributeId)
public AggregationAttribute Add(
string attributeId
)
public:
AggregationAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> AggregationAttribute
public function Add(
attributeId : String
) : AggregationAttribute
Параметры
- attributeId
Тип: System.String
The attribute identifier for the new AggregationAttribute to be added.
Возвращаемое значение
Тип: Microsoft.AnalysisServices.AggregationAttribute
The newly created AggregationAttribute.