SetValue méthode
Sets a value in the specified position.
Espace de noms : Microsoft.SqlServer.Management.Trace
Assembly : Microsoft.SqlServer.ConnectionInfoExtended (dans Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntaxe
'Déclaration
Sub SetValue ( _
ordinal As Integer, _
value As Object _
)
'Utilisation
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
)