BusinessLogicDataReader.GetValue Method
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 as an instance of Object.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Function GetValue ( _
i As Integer _
) As Object
'Usage
Dim instance As BusinessLogicDataReader
Dim i As Integer
Dim returnValue As Object
returnValue = instance.GetValue(i)
public Object GetValue(
int i
)
public:
virtual Object^ GetValue(
int i
) sealed
abstract GetValue :
i:int -> Object
override GetValue :
i:int -> Object
public final function GetValue(
i : int
) : Object
Parameters
- i
Type: System.Int32
The zero-based column ordinal.
Return Value
Type: System.Object
The value of the specified column.
Implements
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace