BusinessLogicDataReader 类
此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。
继承层次结构
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 继承。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。