TempDBResultSet Class
SQL Server 2012
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents a temporary database result set.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
The TempDBResultSet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetColumnData | Gets the column data from the database. |
![]() | GetColumnInfo | Gets the column info from the database. |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | InitializeColumnData | Initializes the column data. |
![]() | InitializeColumnInfo | Initializes the column information. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | SetColumnData | Sets the data for a specified column. |
![]() | SetColumnInfo | Set the information for a specified column. |
![]() | ToString | (Inherited from Object.) |
