Condividi tramite


Costruttore DataItem

Include i membri protetti
Include i membri ereditati

Initializes a new instance of DataItem.

Questo membro è sottoposto a overload. Per informazioni complete su questo membro, inclusi sintassi, utilizzo ed esempi, fare clic su un nome nell'elenco di overload.

Elenco degli overload

  Nome Descrizione
Metodo pubblico DataItem() Initializes a new instance of DataItem using default values.
Metodo pubblico DataItem(Binding) Initializes a new instance of DataItem for the specified source.
Metodo pubblico DataItem(String, String) Initializes a new instance of DataItem for the specified table and column.
Metodo pubblico DataItem(Binding, OleDbType) Initializes a new instance of DataItem for the specified source with the specified OleDbType.
Metodo pubblico DataItem(String, String, OleDbType) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType.
Metodo pubblico DataItem(Binding, OleDbType, Int32) Initializes a new instance of DataItem for the specified source with the specified OleDbType and data size.
Metodo pubblico DataItem(String, String, OleDbType, Int32) Initializes a new instance of DataItem for the specified table and column with the specified OleDbType and data size.

In alto

Vedere anche

Riferimento

DataItem Classe

Spazio dei nomi Microsoft.AnalysisServices