CurrentRecord 속성
Gets the current record in the trace.
네임스페이스: Microsoft.SqlServer.Management.Trace
어셈블리: Microsoft.SqlServer.ConnectionInfoExtended.dll의 Microsoft.SqlServer.ConnectionInfoExtended
구문
‘선언
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.