Freigeben über


DataItem-Konstruktor

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

Initializes a new instance of DataItem.

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 DataItem() Initializes a new instance of DataItem using default values.
Öffentliche Methode DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Öffentliche Methode DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Öffentliche Methode DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Öffentliche Methode DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Öffentliche Methode DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Öffentliche Methode DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

Zum Anfang

Siehe auch

Verweis

DataItem Klasse

Microsoft.AnalysisServices-Namespace