Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Creates and adds a DataSource to the end of the collection.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Function Add As RelationalDataSource
'Usage
Dim instance As DataSourceCollection
Dim returnValue As RelationalDataSource
returnValue = instance.Add()
public RelationalDataSource Add()
public:
RelationalDataSource^ Add()
member Add : unit -> RelationalDataSource
public function Add() : RelationalDataSource
Return Value
Type: Microsoft.AnalysisServices.RelationalDataSource
A new, empty DataSource.