Класс 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