TempDBResultSet Class
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.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Class TempDBResultSet
'Usage
Dim instance As TempDBResultSet
public class TempDBResultSet
public ref class TempDBResultSet
type TempDBResultSet = class end
public class TempDBResultSet
The TempDBResultSet type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TempDBResultSet | Initializes a new instance of the TempDBResultSet class. |
Top
Properties
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. |
Top
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace