BusinessLogicDataReader.Item 属性 (Int32)

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Gets the value of the specified column.

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    i As Integer _
) As Object 
    Get
用法
Dim instance As BusinessLogicDataReader 
Dim i As Integer 
Dim value As Object 

value = instance(i)
public Object this[
    int i
] { get; }
public:
virtual property Object^ default[int i] {
    Object^ get (int i) sealed;
}
abstract Item : Object 
override Item : Object
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:System.Object
The value of the specified column.

实现

IDataRecord.Item[Int32]

请参阅

参考

BusinessLogicDataReader 类

Item 重载

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间