Freigeben über


TempDBResultSet-Klasse

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Represents a temporary database result set.

Vererbungshierarchie

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

Der TempDBResultSet-Typ macht folgende Elemente verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode TempDBResultSet Initializes a new instance of the TempDBResultSet class.

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft NumOfColumns Gets the number of columns in the database.
Öffentliche Eigenschaft NumOfRows Gets the number of rows in the database.
Öffentliche Eigenschaft RecordsAffected Gets or sets the number of records affected.

Zum Anfang

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetColumnData Gets the column data from the database.
Öffentliche Methode GetColumnInfo Gets the column info from the database.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Öffentliche Methode InitializeColumnData Initializes the column data.
Öffentliche Methode InitializeColumnInfo Initializes the column information.
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode SetColumnData Sets the data for a specified column.
Öffentliche Methode SetColumnInfo Set the information for a specified column.
Öffentliche Methode ToString (Geerbt von Object.)

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.

Siehe auch

Verweis

Microsoft.SqlServer.Replication.BusinessLogicSupport-Namespace