この 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.