Класс BusinessLogicDataReader
Этот API-интерфейс поддерживает инфраструктуру и не предназначен для использования непосредственно из кода.
Иерархия наследования
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 обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
![]() |
Depth | |
![]() |
FieldCount | |
![]() |
IsClosed | |
![]() |
Item[ ( [ ( Int32] ) ] ) | |
![]() |
Item[ ( [ ( String] ) ] ) | |
![]() |
RecordsAffected |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
Close | |
![]() |
Dispose | |
![]() |
Equals | (Производный от Object.) |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetBoolean | |
![]() |
GetByte | |
![]() |
GetBytes | |
![]() |
GetChar | |
![]() |
GetChars | |
![]() |
GetData | |
![]() |
GetDataTypeName | |
![]() |
GetDateTime | |
![]() |
GetDecimal | |
![]() |
GetDouble | |
![]() |
GetFieldType | |
![]() |
GetFloat | |
![]() |
GetGuid | |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetInt16 | |
![]() |
GetInt32 | |
![]() |
GetInt64 | |
![]() |
GetName | |
![]() |
GetOrdinal | |
![]() |
GetSchemaTable | |
![]() |
GetString | |
![]() |
GetType | (Производный от Object.) |
![]() |
GetValue | |
![]() |
GetValues | |
![]() |
IsDBNull | |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
NextResult | |
![]() |
Read | |
![]() |
ToString | (Производный от Object.) |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.