次の方法で共有


BusinessLogicDataReader クラス

この API は、SQL Server 2012 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。

Represents a business logic data reader.

継承階層

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

名前空間:  Microsoft.SqlServer.Replication.BusinessLogicSupport
アセンブリ:  Microsoft.SqlServer.Replication.BusinessLogicSupport (Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

構文

'宣言
Public Class BusinessLogicDataReader _
    Implements IDataReader, IDisposable, IDataRecord
'使用
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

BusinessLogicDataReader 型は、以下のメンバーを公開しています。

コンストラクター

  名前 説明
パブリック メソッド BusinessLogicDataReader Initializes a new instance of the BusinessLogicDataReader class.

先頭に戻る

プロパティ

  名前 説明
パブリック プロパティ Depth Gets a value indicating the depth of nesting for the current row.
パブリック プロパティ FieldCount Gets the number of columns in the current row.
パブリック プロパティ IsClosed Gets a value that indicates whether the BusinessLogicDataReader is closed.
パブリック プロパティ Item[Int32] Gets the value of the specified column.
パブリック プロパティ Item[String] Gets the value of the specified column.
パブリック プロパティ RecordsAffected Gets the number of rows changed, inserted, or deleted by execution of the statement.

先頭に戻る

メソッド

  名前 説明
パブリック メソッド Close Closes the BusinessLogicDataReader object.
パブリック メソッド Dispose Releases all resources used by the current instance of the BusinessLogicDataReaderclass.
パブリック メソッド Equals (Object から継承されています。)
プロテクト メソッド Finalize (Object から継承されています。)
パブリック メソッド GetBoolean Gets the value of the specified column as a Boolean.
パブリック メソッド GetByte Gets the value of the specified column as a byte.
パブリック メソッド GetBytes Reads a stream of bytes from the specified column.
パブリック メソッド GetChar Gets the value of the specified column as a single character.
パブリック メソッド GetChars Reads a stream of characters from the specified column.
パブリック メソッド GetData Reads a BusinessLogicDataReader for the requested column ordinal.
パブリック メソッド GetDataTypeName Gets name of the data type of the specified column.
パブリック メソッド GetDateTime Gets the value of the specified column as a DateTime object.
パブリック メソッド GetDecimal Gets the value of the specified column as a Decimal object.
パブリック メソッド GetDouble Gets the value of the specified column as a double-precision floating point number.
パブリック メソッド GetFieldType Gets the data type of the specified column.
パブリック メソッド GetFloat Gets the value of the specified column as a single-precision floating point number.
パブリック メソッド GetGuid Gets the value of the specified column as a globally-unique identifier (GUID).
パブリック メソッド GetHashCode (Object から継承されています。)
パブリック メソッド GetInt16 Gets the value of the specified column as a 16-bit signed integer.
パブリック メソッド GetInt32 Gets the value of the specified column as a 32-bit signed integer.
パブリック メソッド GetInt64 Gets the value of the specified column as a 64-bit signed integer.
パブリック メソッド GetName Gets the name of the column.
パブリック メソッド GetOrdinal Gets the column ordinal given the name of the column.
パブリック メソッド GetSchemaTable Returns a DataTable that describes the column metadata.
パブリック メソッド GetString Gets the value of the specified column as an instance of String.
パブリック メソッド GetType (Object から継承されています。)
パブリック メソッド GetValue Gets the value of the specified column as an instance of Object.
パブリック メソッド GetValues Populates an array of objects with the column values of the current row.
パブリック メソッド IsDBNull Indicates whether the column contains nonexistent or missing values.
プロテクト メソッド MemberwiseClone (Object から継承されています。)
パブリック メソッド NextResult Advances the reader to the next result when reading the results of a batch of statements.
パブリック メソッド Read Advances the reader to the next record in a result set.
パブリック メソッド ToString (Object から継承されています。)

先頭に戻る

スレッド セーフ

この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

関連項目

参照

Microsoft.SqlServer.Replication.BusinessLogicSupport 名前空間