Compartilhar via


Método DataSourceViewCollection.Add (DataSourceView)

Adds a DataSourceView to the end of the collection.

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public Function Add ( _
    item As DataSourceView _
) As Integer
'Uso
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

Parâmetros

Valor de retorno

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

Consulte também

Referência

DataSourceViewCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices