Compartir a través de


AccountCollection.Add Método (Account)

Adds an Account to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    item As Account _
) As Integer
'Uso
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

Parámetros

Valor devuelto

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

Vea también

Referencia

AccountCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices