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
'Deklaracja
Public Interface IDataRecordChanger
Inherits IDataRecord
public interface IDataRecordChanger : IDataRecord
public interface class IDataRecordChanger : IDataRecord
public interface IDataRecordChanger extends IDataRecord
public interface IDataRecordChanger extends IDataRecord
Remarks
With the IDataRecordChanger object you can modify data in a trace or replay event.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also