Freigeben über


DataItemCollection.Add-Methode

Geschützte Member einschließen
Geerbte Member einschließen

Adds a DataItem to the collection.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode Add(DataItem) Adds a DataItem to the end of the collection.
Öffentliche Methode Add(String, String) Creates and adds a DataItem, with the specified table name and column name, to the end of the collection.
Öffentliche Methode 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.
Öffentliche Methode 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.

Zum Anfang

Siehe auch

Verweis

DataItemCollection Klasse

Microsoft.AnalysisServices-Namespace