TempDBResultSet.SetColumnData Method
This API supports the .NET Framework 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 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
)