Метод Add (String)
Creates and adds a MeasureGroupAttribute, with the specified identifier, to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
attributeId As String _
) As MeasureGroupAttribute
'Применение
Dim instance As MeasureGroupAttributeCollection
Dim attributeId As String
Dim returnValue As MeasureGroupAttribute
returnValue = instance.Add(attributeId)
public MeasureGroupAttribute Add(
string attributeId
)
public:
MeasureGroupAttribute^ Add(
String^ attributeId
)
member Add :
attributeId:string -> MeasureGroupAttribute
public function Add(
attributeId : String
) : MeasureGroupAttribute
Параметры
- attributeId
Тип: System. . :: . .String
Возвращаемое значение
Тип: Microsoft.AnalysisServices. . :: . .MeasureGroupAttribute
The zero-based index at which the MeasureGroupAttribute has been added.