DTSLogEntryFrequency Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Provides values that correspond to a log scheme used to assist in log planning.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| DTSLEF_CONSISTENT | This API supports the product infrastructure and is not intended to be used directly from your code. The entry is logged a consistent number of times, not proportional to the workload. For example, a log that is created at the beginning and in the end of a task. | |
| DTSLEF_OCCASIONAL | This API supports the product infrastructure and is not intended to be used directly from your code. The entry is logged sometimes, usually in exceptional cases. | |
| DTSLEF_PROPORTIONAL | This API supports the product infrastructure and is not intended to be used directly from your code. The entry is logged a number of times proportional to the workload. |
For more information, see DTSLogEntryFrequency.