AdomdDataReader 멤버

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.

AdomdDataReader 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Close Closes the AdomdDataReader.
공용 메서드 CreateObjRef (MarshalByRefObject에서 상속됩니다.)
공용 메서드 Dispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
공용 메서드 Equals (Object에서 상속됩니다.)
보호된 메서드 Finalize (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 (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 (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 (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 (MarshalByRefObject에서 상속됩니다.)
공용 메서드 IsDBNull Returns a Boolean that contains a value indicating whether the column is set to null.
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (MarshalByRefObject에서 상속됩니다.)
공용 메서드 NextResult This member is reserved for future use.
공용 메서드 Read Advances the AdomdDataReader to the next row.
공용 메서드 ToString (Object에서 상속됩니다.)

맨 위로 이동

속성

  이름 설명
공용 속성 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[ ( [ ( Int32] ) ] ) Gets the value of a specified column in its native format, given the ordinal position of the column. In Microsoft Visual C#, this property is the indexer for the AdomdDataReader class.
공용 속성 Item[ ( [ ( String] ) ] ) Gets the value of a specified column in its native format, given the name of the column. In Microsoft Visual C#, this property is the indexer for the AdomdDataReader class.
공용 속성 RecordsAffected This member is reserved for future use.

맨 위로 이동

명시적 인터페이스 구현

  이름 설명
명시적 인터페이스 구현전용 메서드 IEnumerable. . :: . .GetEnumerator

맨 위로 이동