Compartilhar via


Método Add (String)

Creates and adds an AggregationDesignAttribute, with the specified identifier, to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function Add ( _
    attributeId As String _
) As AggregationDesignAttribute
'Uso
Dim instance As AggregationDesignAttributeCollection
Dim attributeId As String
Dim returnValue As AggregationDesignAttribute

returnValue = instance.Add(attributeId)
public AggregationDesignAttribute Add(
    string attributeId
)
public:
AggregationDesignAttribute^ Add(
    String^ attributeId
)
member Add : 
        attributeId:string -> AggregationDesignAttribute 
public function Add(
    attributeId : String
) : AggregationDesignAttribute

Parâmetros

Valor de retorno

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