Méthode TempDBResultSet.SetColumnData
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Sets the data for a specified column.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Sub SetColumnData ( _
rowIndex As Integer, _
colIndex As Integer, _
columnData As Object _
)
'Utilisation
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
)
Paramètres
- rowIndex
Type : System.Int32
The row index.
- colIndex
Type : System.Int32
The column index.
- columnData
Type : System.Object
The column data.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport