BusinessLogicDataReader クラス
この API は、 インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
継承階層
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 型は、以下のメンバーを公開しています。
プロパティ
名前 | 説明 | |
---|---|---|
Depth | ||
FieldCount | ||
IsClosed | ||
Item[ ( [ ( Int32] ) ] ) | ||
Item[ ( [ ( String] ) ] ) | ||
RecordsAffected |
先頭に戻る
メソッド
名前 | 説明 | |
---|---|---|
Close | ||
Dispose | ||
Equals | (Object から継承されています。) | |
Finalize | (Object から継承されています。) | |
GetBoolean | ||
GetByte | ||
GetBytes | ||
GetChar | ||
GetChars | ||
GetData | ||
GetDataTypeName | ||
GetDateTime | ||
GetDecimal | ||
GetDouble | ||
GetFieldType | ||
GetFloat | ||
GetGuid | ||
GetHashCode | (Object から継承されています。) | |
GetInt16 | ||
GetInt32 | ||
GetInt64 | ||
GetName | ||
GetOrdinal | ||
GetSchemaTable | ||
GetString | ||
GetType | (Object から継承されています。) | |
GetValue | ||
GetValues | ||
IsDBNull | ||
MemberwiseClone | (Object から継承されています。) | |
NextResult | ||
Read | ||
ToString | (Object から継承されています。) |
先頭に戻る
スレッド セーフ
この型の public static (Visual Basic では Shared) のメンバーはすべて、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。