AdomdDataReader Members
Provides a means of reading a forward-only result set that is obtained by running a command, and can be used to access analytical data sources.
The following tables list the members exposed by the AdomdDataReader type.
Public Properties
Имя | Description | |
---|---|---|
![]() |
Depth | Gets a value indicating the depth of nesting for the current row. |
![]() |
FieldCount | Gets a value indicating the number of columns in the current row. |
![]() |
IsClosed | Gets a value indicating whether the data reader is closed. |
![]() |
Item | Overloaded. Gets the value of a specified column in its native format, given the ordinal position of the column. |
![]() |
RecordsAffected | This member is reserved for future use. |
В начало
Public Methods
(see also Protected Methods )
Имя | Description | |
---|---|---|
![]() |
Close | Closes the AdomdDataReader. |
![]() |
CreateObjRef | (inherited from MarshalByRefObject ) |
![]() |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
![]() |
Equals | Overloaded. (inherited from Object ) |
![]() |
GetBoolean | Returns a Boolean that contains the value from the specified column. |
![]() |
GetByte | Returns a Byte that contains the value from the specified column. |
![]() |
GetBytes | This member is reserved for future use. |
![]() |
GetChar | Returns a Char that contains the value from the specified column. |
![]() |
GetChars | Returns an array of Char objects that contain a stream of values from the specified column. |
![]() |
GetData | Returns a System.Data.IDataReader interface to be used when a column points to more remote structured data. |
![]() |
GetDataReader | Gets an AdomdDataReader object from the specified column. |
![]() |
GetDataTypeName | Returns a String that contains the full name of the data type for the specified column. |
![]() |
GetDateTime | Returns a DateTime that contains the value from the specified column. |
![]() |
GetDecimal | Returns a Decimal that contains the value from the specified column. |
![]() |
GetDouble | Returns a Double that contains the value from the specified column. |
![]() |
GetEnumerator | Gets an IEnumerator interface for iterating through the collection. |
![]() |
GetFieldType | Returns a Type that represents the data type of the specified column. |
![]() |
GetFloat | Returns a Float that contains the value from the specified column. |
![]() |
GetGuid | Returns a Guid that contains the value from the specified column. |
![]() |
GetHashCode | (inherited from Object ) |
![]() |
GetInt16 | Returns an Int16 that contains the value from the specified column. |
![]() |
GetInt32 | Returns an Int32 that contains the value from the specified column. |
![]() |
GetInt64 | Returns an Int64 that contains the value from the specified column. |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
GetName | Returns the name of the specified column. |
![]() |
GetOrdinal | Returns the ordinal position of the specified column. |
![]() |
GetSchemaTable | Returns a DataTable that describes the column metadata of the AdomdDataReader. |
![]() |
GetString | Returns a String that contains the value from the specified column. |
![]() |
GetTimeSpan | Returns a TimeSpan that contains the value from the specified column. |
![]() |
GetType | (inherited from Object ) |
![]() |
GetValue | Returns the value for the specified column in its native format. |
![]() |
GetValues | Gets an array of values for all of the columns in the current row. |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject ) |
![]() |
IsDBNull | Returns a Boolean that contains a value indicating whether the column is set to null. |
![]() |
NextResult | This member is reserved for future use. |
![]() |
Read | Advances the AdomdDataReader to the next row. |
![]() ![]() |
ReferenceEquals | (inherited from Object ) |
![]() |
ToString | (inherited from Object ) |
В начало
Protected Methods
Имя | Description | |
---|---|---|
![]() |
Finalize | (inherited from Object ) |
![]() |
MemberwiseClone | Overloaded. (inherited from MarshalByRefObject ) |
В начало
Explicit Interface Implementations
Имя | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |
В начало
См. также
Справочник
AdomdDataReader Class
Microsoft.AnalysisServices.AdomdClient Namespace