Condividi tramite


Metodi AdomdDataReader

Include i membri protetti
Include i membri ereditati

Nel tipo AdomdDataReader sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Close Closes the AdomdDataReader.
Metodo pubblico CreateObjRef Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetBoolean Returns a Boolean that contains the value from the specified column.
Metodo pubblico GetByte Returns a Byte that contains the value from the specified column.
Metodo pubblico GetBytes This member is reserved for future use.
Metodo pubblico GetChar Returns a Char that contains the value from the specified column.
Metodo pubblico GetChars Returns an array of Char objects that contain a stream of values from the specified column.
Metodo pubblico GetData Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data.
Metodo pubblico GetDataReader Gets an AdomdDataReader object from the specified column.
Metodo pubblico GetDataTypeName Returns a String that contains the full name of the data type for the specified column.
Metodo pubblico GetDateTime Returns a DateTime that contains the value from the specified column.
Metodo pubblico GetDecimal Returns a Decimal that contains the value from the specified column.
Metodo pubblico GetDouble Returns a Double that contains the value from the specified column.
Metodo pubblico GetEnumerator Gets an IEnumerator interface for iterating through the collection.
Metodo pubblico GetFieldType Returns a Type that represents the data type of the specified column.
Metodo pubblico GetFloat Returns a Float that contains the value from the specified column.
Metodo pubblico GetGuid Returns a Guid that contains the value from the specified column.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetInt16 Returns an Int16 that contains the value from the specified column.
Metodo pubblico GetInt32 Returns an Int32 that contains the value from the specified column.
Metodo pubblico GetInt64 Returns an Int64 that contains the value from the specified column.
Metodo pubblico GetLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico GetName Returns the name of the specified column.
Metodo pubblico GetOrdinal Returns the ordinal position of the specified column.
Metodo pubblico GetSchemaTable Returns a DataTable that describes the column metadata of the AdomdDataReader.
Metodo pubblico GetString Returns a String that contains the value from the specified column.
Metodo pubblico GetTimeSpan Gets the value of the specified column as a TimeSpan object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico GetValue Returns the value for the specified column in its native format.
Metodo pubblico GetValues Gets an array of values for all of the columns in the current row.
Metodo pubblico InitializeLifetimeService Criticità per la sicurezza. Ereditato da MarshalByRefObject.
Metodo pubblico IsDBNull Returns a Boolean that contains a value indicating whether the column is set to null.
Metodo pubblico NextResult This member is reserved for future use.
Metodo pubblico Read Advances the AdomdDataReader to the next row.
Metodo pubblico ToString Ereditato da Object.

In alto

Implementazioni esplicite dell'interfaccia

  Nome Descrizione
Implementazione esplicita dell'interfacciaMetodo privato IEnumerable.GetEnumerator Gets the enumerator that iterates through the collection.

In alto

Vedere anche

Riferimento

AdomdDataReader Classe

Spazio dei nomi Microsoft.AnalysisServices.AdomdClient