Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.