DTS Programming
SequenceID Property
The SequenceID property specifies a sequence number for the task log record.
Applies To
| TaskLogRecord Object |
Syntax
object.SequenceID
| Part | Description |
|---|---|
| object | Expression that evaluates to a TaskLogRecord object |
Data Type
Long
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetSequenceID(long *pRetVal);
Remarks
Task log records are written by custom tasks if they are implemented to do so. The Data Transformation Services (DTS) task classes supplied with Microsoft® SQL Server™ 2000 do not write task log records.