DTS Programming
Clear Method
The Clear method clears the error records collection for the current transformation.
Applies To
| DTSErrorRecords Collection |
Syntax
object.Clear()
| Part | Description |
|---|---|
| object | Expression that evaluates to a DTSErrorRecords collection |
Prototype (C/C++)
HRESULT Clear();