Propriedade do RDL TraceEventArgs.CurrentRecord
Gets the current record in the trace.
Namespace: Microsoft.SqlServer.Management.Trace
Assembly: Microsoft.SqlServer.ConnectionInfoExtended (em Microsoft.SqlServer.ConnectionInfoExtended.dll)
Sintaxe
'Declaração
Public ReadOnly Property CurrentRecord As IDataRecordChanger
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Trace.IDataRecordChanger
An Int32 value that specifies the current record.