Compartilhar via


Método DataSourceCollection.Add (String)

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

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

Sintaxe

'Declaração
Public Function Add ( _
    name As String _
) As RelationalDataSource
'Uso
Dim instance As DataSourceCollection 
Dim name As String 
Dim returnValue As RelationalDataSource 

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

Parâmetros

Valor de retorno

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

Consulte também

Referência

DataSourceCollection Classe

Sobrecarregado Add

Namespace Microsoft.AnalysisServices