TempDBResultSet.SetColumnData 方法

此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。

Sets the data for a specified column.

命名空间:  Microsoft.SqlServer.Replication.BusinessLogicSupport
程序集:  Microsoft.SqlServer.Replication.BusinessLogicSupport(在 Microsoft.SqlServer.Replication.BusinessLogicSupport.dll 中)

语法

声明
Public Sub SetColumnData ( _
    rowIndex As Integer, _
    colIndex As Integer, _
    columnData As Object _
)
用法
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
)

参数

请参阅

参考

TempDBResultSet 类

Microsoft.SqlServer.Replication.BusinessLogicSupport 命名空间