Compartir a través de


Add Método (String)

Creates and adds a MeasureGroupAttribute, with the specified identifier, to the end of the collection.

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

Valor devuelto

Tipo: Microsoft.AnalysisServices. . :: . .MeasureGroupAttribute
The zero-based index at which the MeasureGroupAttribute has been added.