Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
TempDBResultSet | Initializes a new instance of the TempDBResultSet class. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Equals | (Geerbt von Object.) |
![]() |
Finalize | (Geerbt von Object.) |
![]() |
GetColumnData | Gets the column data from the database. |
![]() |
GetColumnInfo | Gets the column info from the database. |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
InitializeColumnData | Initializes the column data. |
![]() |
InitializeColumnInfo | Initializes the column information. |
![]() |
MemberwiseClone | (Geerbt von Object.) |
![]() |
SetColumnData | Sets the data for a specified column. |
![]() |
SetColumnInfo | Set the information for a specified column. |
![]() |
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
.gif)
.gif)
.gif)