Partager via


Méthode Add (DataItem)

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

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

Paramètres

Valeur de retour

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