IDataRecordChanger Interface
The IDataRecordChanger object is a Trace and Replay object that represents the current record.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (in Microsoft.SqlServer.ConnectionInfoExtended.dll)
Syntax
'Declaration
Public Interface IDataRecordChanger _
Inherits IDataRecord
'Usage
Dim instance As IDataRecordChanger
public interface IDataRecordChanger : IDataRecord
public interface class IDataRecordChanger : IDataRecord
type IDataRecordChanger =
interface
interface IDataRecord
end
public interface IDataRecordChanger extends IDataRecord
The IDataRecordChanger type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
FieldCount | (Inherited from IDataRecord.) |
![]() |
Item[Int32] | (Inherited from IDataRecord.) |
![]() |
Item[String] | (Inherited from IDataRecord.) |
Top
Methods
Name | Description | |
---|---|---|
![]() |
GetBoolean | (Inherited from IDataRecord.) |
![]() |
GetByte | (Inherited from IDataRecord.) |
![]() |
GetBytes | (Inherited from IDataRecord.) |
![]() |
GetChar | (Inherited from IDataRecord.) |
![]() |
GetChars | (Inherited from IDataRecord.) |
![]() |
GetData | (Inherited from IDataRecord.) |
![]() |
GetDataTypeName | (Inherited from IDataRecord.) |
![]() |
GetDateTime | (Inherited from IDataRecord.) |
![]() |
GetDecimal | (Inherited from IDataRecord.) |
![]() |
GetDouble | (Inherited from IDataRecord.) |
![]() |
GetFieldType | (Inherited from IDataRecord.) |
![]() |
GetFloat | (Inherited from IDataRecord.) |
![]() |
GetGuid | (Inherited from IDataRecord.) |
![]() |
GetInt16 | (Inherited from IDataRecord.) |
![]() |
GetInt32 | (Inherited from IDataRecord.) |
![]() |
GetInt64 | (Inherited from IDataRecord.) |
![]() |
GetName | (Inherited from IDataRecord.) |
![]() |
GetOrdinal | (Inherited from IDataRecord.) |
![]() |
GetString | (Inherited from IDataRecord.) |
![]() |
GetValue | (Inherited from IDataRecord.) |
![]() |
GetValues | (Inherited from IDataRecord.) |
![]() |
IsDBNull | (Inherited from IDataRecord.) |
![]() |
SetValue | Sets a value in the specified position. |
Top
Remarks
With the IDataRecordChanger object you can modify data in a trace or replay event.
See Also