Partager via


Méthode CubeAttributeCollection.Add (CubeAttribute)

Adds a CubeAttribute to the end of the collection.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Function Add ( _
    item As CubeAttribute _
) As Integer
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

CubeAttributeCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices