Метод MeasureGroupAttributeCollection.Add (String)
Creates, adds to collection and returns a new MeasureGroupAttribute.
Пространство имен: 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
The attribute identifier for the new MeasureGroupAttribute (needs to be unique in the collection).
Возвращаемое значение
Тип: Microsoft.AnalysisServices.MeasureGroupAttribute
The newly created MeasureGroupAttribute.