Compartilhar via


Método CubeAttributeCollection.Add (CubeAttribute)

Adds a CubeAttribute to the end of the collection.

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

Sintaxe

'Declaração
Public Function Add ( _
    item As CubeAttribute _
) As Integer
'Uso
Dim instance As CubeAttributeCollection 
Dim item As CubeAttribute 
Dim returnValue As Integer 

returnValue = instance.Add(item)
public int Add(
    CubeAttribute item
)
public:
int Add(
    CubeAttribute^ item
)
member Add : 
        item:CubeAttribute -> int
public function Add(
    item : CubeAttribute
) : int

Parâmetros

Valor de retorno

Tipo: System.Int32
The zero-based index at which the CubeAttribute has been added.

Consulte também

Referência

CubeAttributeCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices