Поделиться через


Класс BusinessLogicDataReader

Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.

Represents a business logic data reader.

Иерархия наследования

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataReader

Пространство имен:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Сборка:  Microsoft.SqlServer.Replication.BusinessLogicSupport (в Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Синтаксис

'Декларация
Public Class BusinessLogicDataReader _
    Implements IDataReader, IDisposable, IDataRecord
'Применение
Dim instance As BusinessLogicDataReader
public class BusinessLogicDataReader : IDataReader, 
    IDisposable, IDataRecord
public ref class BusinessLogicDataReader : IDataReader, 
    IDisposable, IDataRecord
type BusinessLogicDataReader =  
    class 
        interface IDataReader 
        interface IDisposable 
        interface IDataRecord 
    end
public class BusinessLogicDataReader implements IDataReader, IDisposable, IDataRecord

Тип BusinessLogicDataReader обеспечивает доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод BusinessLogicDataReader Initializes a new instance of the BusinessLogicDataReader class.

В начало

Свойства

  Имя Описание
Открытое свойство Depth Gets a value indicating the depth of nesting for the current row.
Открытое свойство FieldCount Gets the number of columns in the current row.
Открытое свойство IsClosed Gets a value that indicates whether the BusinessLogicDataReader is closed.
Открытое свойство Item[Int32] Gets the value of the specified column.
Открытое свойство Item[String] Gets the value of the specified column.
Открытое свойство RecordsAffected Gets the number of rows changed, inserted, or deleted by execution of the statement.

В начало

Методы

  Имя Описание
Открытый метод 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.)

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Replication.BusinessLogicSupport