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