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
Public method TempDBResultSet Initializes a new instance of the TempDBResultSet class.

Top

Properties

  Name Description
Public property NumOfColumns Gets the number of columns in the database.
Public property NumOfRows Gets the number of rows in the database.
Public property RecordsAffected Gets or sets the number of records affected.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetColumnData Gets the column data from the database.
Public method GetColumnInfo Gets the column info from the database.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method InitializeColumnData Initializes the column data.
Public method InitializeColumnInfo Initializes the column information.
Protected method MemberwiseClone (Inherited from Object.)
Public method SetColumnData Sets the data for a specified column.
Public method SetColumnInfo Set the information for a specified column.
Public method 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