Freigeben über


Add-Methode (String)

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

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

Syntax

'Declaration
Public Function Add ( _
    name As String _
) As DataSourceView
'Usage
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

Parameter

Rückgabewert

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