MeasureGroupAttributeCollection.Add Método (String)
Creates, adds to collection and returns a new MeasureGroupAttribute.
Espacio de nombres: Microsoft.AnalysisServices
Ensamblado: Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)
Sintaxis
'Declaración
Public Function Add ( _
attributeId As String _
) As MeasureGroupAttribute
'Uso
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
Parámetros
- attributeId
Tipo: System.String
The attribute identifier for the new MeasureGroupAttribute (needs to be unique in the collection).
Valor devuelto
Tipo: Microsoft.AnalysisServices.MeasureGroupAttribute
The newly created MeasureGroupAttribute.