Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Sets the data for a specified column.
Namespace: Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly: Microsoft.SqlServer.Replication.BusinessLogicSupport (in Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntax
'Declaration
Public Sub SetColumnData ( _
rowIndex As Integer, _
colIndex As Integer, _
columnData As Object _
)
'Usage
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
)
Parameters
- rowIndex
Type: System.Int32
The row index.
- colIndex
Type: System.Int32
The column index.
- columnData
Type: System.Object
The column data.
See Also
Reference
Microsoft.SqlServer.Replication.BusinessLogicSupport Namespace