Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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
Parameters
- name
Type: System.String
The identifier of the DataSourceView to be added.
Return Value
Type: Microsoft.AnalysisServices.DataSourceView
The zero-based index at which the DataSourceView has been added.