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
)
参数
- rowIndex
类型:System.Int32
The row index.
- colIndex
类型:System.Int32
The column index.
- columnData
类型:System.Object
The column data.