Compartir a través de


AggregationAttributeCollection.Add Método (String)

Creates, adds to collection and returns a new AggregationAttribute.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    attributeId As String _
) As AggregationAttribute
'Uso
Dim instance As AggregationAttributeCollection 
Dim attributeId As String 
Dim returnValue As AggregationAttribute 

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

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.AggregationAttribute
The newly created AggregationAttribute.

Vea también

Referencia

AggregationAttributeCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices