Compartir a través de


DataSourceViewCollection.Add Método (String)

Creates and adds a DataSourceView, with the specified identifier, to the end of the collection.

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Function Add ( _
    name As String _
) As DataSourceView
'Uso
Dim instance As DataSourceViewCollection 
Dim name As String 
Dim returnValue As DataSourceView 

returnValue = instance.Add(name)
public DataSourceView Add(
    string name
)
public:
DataSourceView^ Add(
    String^ name
)
member Add : 
        name:string -> DataSourceView
public function Add(
    name : String
) : DataSourceView

Parámetros

Valor devuelto

Tipo: Microsoft.AnalysisServices.DataSourceView
The zero-based index at which the DataSourceView has been added.

Vea también

Referencia

DataSourceViewCollection Clase

Sobrecarga de Add

Espacio de nombres Microsoft.AnalysisServices