BusinessLogicDataReader 메서드

보호된 멤버 포함
상속된 멤버 포함

이 API는 SQL Server 2012 인프라를 지원하기 위한 것으로 코드에서 직접 사용할 수 없습니다.

BusinessLogicDataReader 유형에서 다음 멤버를 표시합니다.

메서드

  이름 설명
공용 메서드 Close Closes the BusinessLogicDataReader object.
공용 메서드 Dispose Releases all resources used by the current instance of the BusinessLogicDataReaderclass.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드 GetBoolean Gets the value of the specified column as a Boolean.
공용 메서드 GetByte Gets the value of the specified column as a byte.
공용 메서드 GetBytes Reads a stream of bytes from the specified column.
공용 메서드 GetChar Gets the value of the specified column as a single character.
공용 메서드 GetChars Reads a stream of characters from the specified column.
공용 메서드 GetData Reads a BusinessLogicDataReader for the requested column ordinal.
공용 메서드 GetDataTypeName Gets name of the data type of the specified column.
공용 메서드 GetDateTime Gets the value of the specified column as a DateTime object.
공용 메서드 GetDecimal Gets the value of the specified column as a Decimal object.
공용 메서드 GetDouble Gets the value of the specified column as a double-precision floating point number.
공용 메서드 GetFieldType Gets the data type of the specified column.
공용 메서드 GetFloat Gets the value of the specified column as a single-precision floating point number.
공용 메서드 GetGuid Gets the value of the specified column as a globally-unique identifier (GUID).
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetInt16 Gets the value of the specified column as a 16-bit signed integer.
공용 메서드 GetInt32 Gets the value of the specified column as a 32-bit signed integer.
공용 메서드 GetInt64 Gets the value of the specified column as a 64-bit signed integer.
공용 메서드 GetName Gets the name of the column.
공용 메서드 GetOrdinal Gets the column ordinal given the name of the column.
공용 메서드 GetSchemaTable Returns a DataTable that describes the column metadata.
공용 메서드 GetString Gets the value of the specified column as an instance of String.
공용 메서드 GetType (Object에서 상속됨)
공용 메서드 GetValue Gets the value of the specified column as an instance of Object.
공용 메서드 GetValues Populates an array of objects with the column values of the current row.
공용 메서드 IsDBNull Indicates whether the column contains nonexistent or missing values.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 NextResult Advances the reader to the next result when reading the results of a batch of statements.
공용 메서드 Read Advances the reader to the next record in a result set.
공용 메서드 ToString (Object에서 상속됨)

맨 위로 이동

참고 항목

참조

BusinessLogicDataReader 클래스

Microsoft.SqlServer.Replication.BusinessLogicSupport 네임스페이스