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 支援索引屬性的使用,但不支援新屬性的宣告。
參數
- i
型別:System.Int32
The column.
屬性值
型別:System.Object
The value of the specified column.