CurrentRecord 屬性
Gets the current record in the trace.
命名空間: Microsoft.SqlServer.Management.Trace
組件: Microsoft.SqlServer.ConnectionInfoExtended (在 Microsoft.SqlServer.ConnectionInfoExtended.dll 中)
語法
'宣告
Public ReadOnly Property CurrentRecord As IDataRecordChanger
Get
'用途
Dim instance As TraceEventArgs
Dim value As IDataRecordChanger
value = instance.CurrentRecord
public IDataRecordChanger CurrentRecord { get; }
public:
property IDataRecordChanger^ CurrentRecord {
IDataRecordChanger^ get ();
}
member CurrentRecord : IDataRecordChanger
function get CurrentRecord () : IDataRecordChanger
屬性值
型別:Microsoft.SqlServer.Management.Trace. . :: . .IDataRecordChanger
An Int32 value that specifies the current record.