Partager via


Méthode Add (Account)

Adds an Account 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 Account _
) As Integer
'Utilisation
Dim instance As AccountCollection
Dim item As Account
Dim returnValue As Integer

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

Valeur de retour

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