Метод Add (String)
Creates and adds a DataSourceView, with the specified identifier, to the end of the collection.
Пространство имен: Microsoft.AnalysisServices
Сборка: Microsoft.AnalysisServices (в Microsoft.AnalysisServices.dll)
Синтаксис
'Декларация
Public Function Add ( _
name As String _
) As DataSourceView
'Применение
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
Параметры
- name
Тип: System. . :: . .String
The identifier of the DataSourceView to be added.
Возвращаемое значение
Тип: Microsoft.AnalysisServices. . :: . .DataSourceView
The zero-based index at which the DataSourceView has been added.
См. также