Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
This API supports the SQL Server 2012 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.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSLogEntryFrequency
'Usage
Dim instance As DTSLogEntryFrequency
public enum DTSLogEntryFrequency
public enum class DTSLogEntryFrequency
type DTSLogEntryFrequency
public enum DTSLogEntryFrequency
Members
| Member name | Description | |
|---|---|---|
| DTSLEF_CONSISTENT | 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 | The entry is logged sometimes, usually in exceptional cases. | |
| DTSLEF_PROPORTIONAL | The entry is logged a number of times proportional to the workload. |
Remarks
For more information, see DTSLogEntryFrequency.