Partager via


Méthode DataSourceViewCollection.Add (DataSourceView)

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

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

Paramètres

Valeur de retour

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

Voir aussi

Référence

DataSourceViewCollection Classe

Surcharge Add

Espace de noms Microsoft.AnalysisServices