Partager via


Méthode PerspectiveAttributeCollection.Add (PerspectiveAttribute)

Adds a PerspectiveAttribute 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 PerspectiveAttribute _
) As Integer
'Utilisation
Dim instance As PerspectiveAttributeCollection 
Dim item As PerspectiveAttribute 
Dim returnValue As Integer 

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

Paramètres

Valeur de retour

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

Voir aussi

Référence

PerspectiveAttributeCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices