Método SetValue
Sets a value in the specified position.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
Sub SetValue ( _
ordinal As Integer, _
value As Object _
)
'Uso
Dim instance As IDataRecordChanger
Dim ordinal As Integer
Dim value As Object
instance.SetValue(ordinal, value)
void SetValue(
int ordinal,
Object value
)
void SetValue(
int ordinal,
Object^ value
)
abstract SetValue :
ordinal:int *
value:Object -> unit
function SetValue(
ordinal : int,
value : Object
)
Parâmetros
- ordinal
Tipo: System. . :: . .Int32
An Int32 value that specifies the index position at which to set the value.
- value
Tipo: System. . :: . .Object
An Object system object value that specifies the value to set the field at the specified position.
Consulte também