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


Класс TempDBResultSet

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

Represents a temporary database result set.

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

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet

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

Синтаксис

'Декларация
Public Class TempDBResultSet
'Применение
Dim instance As TempDBResultSet
public class TempDBResultSet
public ref class TempDBResultSet
type TempDBResultSet =  class end
public class TempDBResultSet

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

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

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

В начало

Свойства

  Имя Описание
Открытое свойство NumOfColumns Gets the number of columns in the database.
Открытое свойство NumOfRows Gets the number of rows in the database.
Открытое свойство RecordsAffected Gets or sets the number of records affected.

В начало

Методы

  Имя Описание
Открытый метод Equals (Производный от Object.)
Защищенный метод Finalize (Производный от Object.)
Открытый метод GetColumnData Gets the column data from the database.
Открытый метод GetColumnInfo Gets the column info from the database.
Открытый метод GetHashCode (Производный от Object.)
Открытый метод GetType (Производный от Object.)
Открытый метод InitializeColumnData Initializes the column data.
Открытый метод InitializeColumnInfo Initializes the column information.
Защищенный метод MemberwiseClone (Производный от Object.)
Открытый метод SetColumnData Sets the data for a specified column.
Открытый метод SetColumnInfo Set the information for a specified column.
Открытый метод ToString (Производный от Object.)

В начало

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

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

См. также

Справочник

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