BusinessLogicDataReader.GetValue Method
This API supports the infrastructure and is not intended to be used directly from your code.
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
Return Value
Type: System.Object