Metodo Add (Database)
Adds a Database 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 Database _
) As Integer
'Utilizzo
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
Parametri
- item
Tipo: Microsoft.AnalysisServices. . :: . .Database
The Database to be added.
Valore restituito
Tipo: System. . :: . .Int32
The zero-based index at which the Database has been added.
Vedere anche