次の方法で共有


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 名前空間