共用方式為


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 命名空間