Partager via


Méthode Add (Database)

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

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

Paramètres

Valeur de retour

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