BusinessLogicDataReader.Item Property (Int32)
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the value of the specified column.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
i As Integer _
) As Object
Get
'Usage
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 supports the use of indexed properties, but not the declaration of new ones.
Parameters
- i
Type: System.Int32
The column.
Property Value
Type: System.Object
The value of the specified column.
Implements
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace