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
- item
Tipo: Microsoft.AnalysisServices.Account
The Account to be added.
Valor devuelto
Tipo: System.Int32
The zero-based index at which the Account has been added.