Sets a value in the specified position.
네임스페이스: Microsoft.SqlServer.Management.Trace
어셈블리: Microsoft.SqlServer.ConnectionInfoExtended(Microsoft.SqlServer.ConnectionInfoExtended.dll)
구문
‘선언
Sub SetValue ( _
ordinal As Integer, _
value As Object _
)
‘사용 방법
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
)
매개 변수
- ordinal
유형: System.Int32
An Int32 value that specifies the index position at which to set the value.
- value
유형: System.Object
An Object system object value that specifies the value to set the field at the specified position.
예
참고 항목
참조
Microsoft.SqlServer.Management.Trace 네임스페이스