Clase TempDBResultSet
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
Represents a temporary database result set.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
Espacio de nombres: Microsoft.SqlServer.Replication.BusinessLogicSupport
Ensamblado: Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintaxis
'Declaración
Public Class TempDBResultSet
'Uso
Dim instance As TempDBResultSet
public class TempDBResultSet
public ref class TempDBResultSet
type TempDBResultSet = class end
public class TempDBResultSet
El tipo TempDBResultSet expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
TempDBResultSet | Initializes a new instance of the TempDBResultSet class. |
Arriba
Propiedades
Nombre | Descripción | |
---|---|---|
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. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetColumnData | Gets the column data from the database. | |
GetColumnInfo | Gets the column info from the database. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
InitializeColumnData | Initializes the column data. | |
InitializeColumnInfo | Initializes the column information. | |
MemberwiseClone | (Se hereda de Object.) | |
SetColumnData | Sets the data for a specified column. | |
SetColumnInfo | Set the information for a specified column. | |
ToString | (Se hereda de Object.) |
Arriba
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Replication.BusinessLogicSupport