TempDBResultSet.SetColumnData Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Sets the data for a specified column.

Namespace:  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly:  Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntax

'Declaration
Public Sub SetColumnData ( _
    rowIndex As Integer, _
    colIndex As Integer, _
    columnData As Object _
)
'Usage
Dim instance As TempDBResultSet 
Dim rowIndex As Integer 
Dim colIndex As Integer 
Dim columnData As Object

instance.SetColumnData(rowIndex, colIndex, _
    columnData)
public void SetColumnData(
    int rowIndex,
    int colIndex,
    Object columnData
)
public:
void SetColumnData(
    int rowIndex, 
    int colIndex, 
    Object^ columnData
)
member SetColumnData : 
        rowIndex:int * 
        colIndex:int * 
        columnData:Object -> unit
public function SetColumnData(
    rowIndex : int, 
    colIndex : int, 
    columnData : Object
)

Parameters

See Also

Reference

TempDBResultSet Class

Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace