Metodo AccountCollection.Add (Account)
Adds an Account to the end of the collection.
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Function Add ( _
item As Account _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices.Account
The Account to be added.
Valore restituito
Tipo: System.Int32
The zero-based index at which the Account has been added.