共用方式為


IDataRecordChanger 介面

The IDataRecordChanger object is a Trace and Replay object that represents the current record.

命名空間:  Microsoft.SqlServer.Management.Trace
組件:  Microsoft.SqlServer.ConnectionInfoExtended (在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)

語法

'宣告
Public Interface IDataRecordChanger _
    Inherits IDataRecord
'用途
Dim instance As IDataRecordChanger
public interface IDataRecordChanger : IDataRecord
public interface class IDataRecordChanger : IDataRecord
type IDataRecordChanger =  
    interface
        interface IDataRecord
    end
public interface IDataRecordChanger extends IDataRecord

IDataRecordChanger 型別公開下列成員。

屬性

  名稱 說明
公用屬性 FieldCount (繼承自 IDataRecord。)
公用屬性 Item[ ( [ ( Int32] ) ] ) (繼承自 IDataRecord。)
公用屬性 Item[ ( [ ( String] ) ] ) (繼承自 IDataRecord。)

上層

方法

  名稱 說明
公用方法 GetBoolean (繼承自 IDataRecord。)
公用方法 GetByte (繼承自 IDataRecord。)
公用方法 GetBytes (繼承自 IDataRecord。)
公用方法 GetChar (繼承自 IDataRecord。)
公用方法 GetChars (繼承自 IDataRecord。)
公用方法 GetData (繼承自 IDataRecord。)
公用方法 GetDataTypeName (繼承自 IDataRecord。)
公用方法 GetDateTime (繼承自 IDataRecord。)
公用方法 GetDecimal (繼承自 IDataRecord。)
公用方法 GetDouble (繼承自 IDataRecord。)
公用方法 GetFieldType (繼承自 IDataRecord。)
公用方法 GetFloat (繼承自 IDataRecord。)
公用方法 GetGuid (繼承自 IDataRecord。)
公用方法 GetInt16 (繼承自 IDataRecord。)
公用方法 GetInt32 (繼承自 IDataRecord。)
公用方法 GetInt64 (繼承自 IDataRecord。)
公用方法 GetName (繼承自 IDataRecord。)
公用方法 GetOrdinal (繼承自 IDataRecord。)
公用方法 GetString (繼承自 IDataRecord。)
公用方法 GetValue (繼承自 IDataRecord。)
公用方法 GetValues (繼承自 IDataRecord。)
公用方法 IsDBNull (繼承自 IDataRecord。)
公用方法 SetValue Sets a value in the specified position.

上層

備註

With the IDataRecordChanger object you can modify data in a trace or replay event.