Metodo AggregationAttributeCollection.Add (String)

Creates, adds to collection and returns a new AggregationAttribute.

Spazio dei nomi  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)

Sintassi

'Dichiarazione
Public Function Add ( _
    attributeId As String _
) As AggregationAttribute
'Utilizzo
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

Parametri

Valore restituito

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

Vedere anche

Riferimento

AggregationAttributeCollection Classe

Overload Add

Spazio dei nomi Microsoft.AnalysisServices