Classe TempDBResultSet
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Represents a temporary database result set.
Hiérarchie d'héritage
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Class TempDBResultSet
'Utilisation
Dim instance As TempDBResultSet
public class TempDBResultSet
public ref class TempDBResultSet
type TempDBResultSet = class end
public class TempDBResultSet
Le type TempDBResultSet expose les membres suivants.
Constructeurs
Nom | Description | |
---|---|---|
TempDBResultSet | Initializes a new instance of the TempDBResultSet class. |
Haut de la page
Propriétés
Nom | 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. |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetColumnData | Gets the column data from the database. | |
GetColumnInfo | Gets the column info from the database. | |
GetHashCode | (hérité de Object.) | |
GetType | (hérité de Object.) | |
InitializeColumnData | Initializes the column data. | |
InitializeColumnInfo | Initializes the column information. | |
MemberwiseClone | (hérité de Object.) | |
SetColumnData | Sets the data for a specified column. | |
SetColumnInfo | Set the information for a specified column. | |
ToString | (hérité de Object.) |
Haut de la page
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport