TempDB.FillColumnData(TempDBResultSet, Int32, Int32, Object) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
public:
void FillColumnData(Microsoft::SqlServer::Replication::BusinessLogicSupport::TempDBResultSet ^ resultSet, int rowId, int colId, System::Object ^ columnData);
public void FillColumnData (Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet resultSet, int rowId, int colId, object columnData);
member this.FillColumnData : Microsoft.SqlServer.Replication.BusinessLogicSupport.TempDBResultSet * int * int * obj -> unit
Public Sub FillColumnData (resultSet As TempDBResultSet, rowId As Integer, colId As Integer, columnData As Object)
Parameter
- resultSet
- TempDBResultSet
- rowId
- Int32
- colId
- Int32
- columnData
- Object