Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Sets a value in the specified position.
Espacio de nombres: Microsoft.SqlServer.Management.Trace
Ensamblado: Microsoft.SqlServer.ConnectionInfoExtended (en Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxis
'Declaración
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.
Ejemplos
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Trace