Partager via


Classe BusinessLogicDataReader

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 business logic data reader.

Hiérarchie d'héritage

System.Object
  Microsoft.SqlServer.Replication.BusinessLogicSupport.BusinessLogicDataReader

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Class BusinessLogicDataReader _
    Implements IDataReader, IDisposable, IDataRecord
'Utilisation
Dim instance As BusinessLogicDataReader
public class BusinessLogicDataReader : IDataReader, 
    IDisposable, IDataRecord
public ref class BusinessLogicDataReader : IDataReader, 
    IDisposable, IDataRecord
type BusinessLogicDataReader =  
    class 
        interface IDataReader 
        interface IDisposable 
        interface IDataRecord 
    end
public class BusinessLogicDataReader implements IDataReader, IDisposable, IDataRecord

Le type BusinessLogicDataReader expose les membres suivants.

Constructeurs

  Nom Description
Méthode publique BusinessLogicDataReader Initializes a new instance of the BusinessLogicDataReader class.

Haut de la page

Propriétés

  Nom Description
Propriété publique Depth Gets a value indicating the depth of nesting for the current row.
Propriété publique FieldCount Gets the number of columns in the current row.
Propriété publique IsClosed Gets a value that indicates whether the BusinessLogicDataReader is closed.
Propriété publique Item[Int32] Gets the value of the specified column.
Propriété publique Item[String] Gets the value of the specified column.
Propriété publique RecordsAffected Gets the number of rows changed, inserted, or deleted by execution of the statement.

Haut de la page

Méthodes

  Nom Description
Méthode publique Close Closes the BusinessLogicDataReader object.
Méthode publique Dispose Releases all resources used by the current instance of the BusinessLogicDataReaderclass.
Méthode publique Equals (hérité de Object.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetBoolean Gets the value of the specified column as a Boolean.
Méthode publique GetByte Gets the value of the specified column as a byte.
Méthode publique GetBytes Reads a stream of bytes from the specified column.
Méthode publique GetChar Gets the value of the specified column as a single character.
Méthode publique GetChars Reads a stream of characters from the specified column.
Méthode publique GetData Reads a BusinessLogicDataReader for the requested column ordinal.
Méthode publique GetDataTypeName Gets name of the data type of the specified column.
Méthode publique GetDateTime Gets the value of the specified column as a DateTime object.
Méthode publique GetDecimal Gets the value of the specified column as a Decimal object.
Méthode publique GetDouble Gets the value of the specified column as a double-precision floating point number.
Méthode publique GetFieldType Gets the data type of the specified column.
Méthode publique GetFloat Gets the value of the specified column as a single-precision floating point number.
Méthode publique GetGuid Gets the value of the specified column as a globally-unique identifier (GUID).
Méthode publique GetHashCode (hérité de Object.)
Méthode publique GetInt16 Gets the value of the specified column as a 16-bit signed integer.
Méthode publique GetInt32 Gets the value of the specified column as a 32-bit signed integer.
Méthode publique GetInt64 Gets the value of the specified column as a 64-bit signed integer.
Méthode publique GetName Gets the name of the column.
Méthode publique GetOrdinal Gets the column ordinal given the name of the column.
Méthode publique GetSchemaTable Returns a DataTable that describes the column metadata.
Méthode publique GetString Gets the value of the specified column as an instance of String.
Méthode publique GetType (hérité de Object.)
Méthode publique GetValue Gets the value of the specified column as an instance of Object.
Méthode publique GetValues Populates an array of objects with the column values of the current row.
Méthode publique IsDBNull Indicates whether the column contains nonexistent or missing values.
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique NextResult Advances the reader to the next result when reading the results of a batch of statements.
Méthode publique Read Advances the reader to the next record in a result set.
Méthode publique 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