Поделиться через


Метод DataItemCollection.Add

Показывать защищенные элементы
Показывать наследуемые элементы

Adds a DataItem to the collection.

Этот элемент перегружен. Чтобы получить полные сведения об этом элементе (синтаксисе, использовании и примерах использования), щелкните его имя в списке перегрузок.

Список перегрузок

  Имя Описание
Открытый метод Add(DataItem) Adds a DataItem to the end of the collection.
Открытый метод Add(String, String) Creates and adds a DataItem, with the specified table name and column name, to the end of the collection.
Открытый метод Add(String, String, OleDbType) Creates and adds a DataItem, with the specified table name, column name, and data type, to the end of the collection.
Открытый метод Add(String, String, OleDbType, Int32) Creates and adds a DataItem, with the specified table name, column name, data type, and data size, to the end of the collection.

В начало

См. также

Справочник

DataItemCollection Класс

Пространство имен Microsoft.AnalysisServices