Classe TempDBResultSet
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents a temporary database result set.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Sintassi
'Dichiarazione
Public Class TempDBResultSet
'Utilizzo
Dim instance As TempDBResultSet
public class TempDBResultSet
public ref class TempDBResultSet
type TempDBResultSet = class end
public class TempDBResultSet
Nel tipo TempDBResultSet sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
![]() |
TempDBResultSet | Initializes a new instance of the TempDBResultSet class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
![]() |
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. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
![]() |
Equals | Ereditato da Object. |
![]() |
Finalize | Ereditato da Object. |
![]() |
GetColumnData | Gets the column data from the database. |
![]() |
GetColumnInfo | Gets the column info from the database. |
![]() |
GetHashCode | Ereditato da Object. |
![]() |
GetType | Ereditato da Object. |
![]() |
InitializeColumnData | Initializes the column data. |
![]() |
InitializeColumnInfo | Initializes the column information. |
![]() |
MemberwiseClone | Ereditato da Object. |
![]() |
SetColumnData | Sets the data for a specified column. |
![]() |
SetColumnInfo | Set the information for a specified column. |
![]() |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Replication.BusinessLogicSupport