Перечисление DTSLogEntryFrequency
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Provides values that correspond to a log scheme used to assist in log planning.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Enumeration DTSLogEntryFrequency
'Применение
Dim instance As DTSLogEntryFrequency
public enum DTSLogEntryFrequency
public enum class DTSLogEntryFrequency
type DTSLogEntryFrequency
public enum DTSLogEntryFrequency
Элементы
Имя элемента | Описание | |
---|---|---|
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. |
Замечания
For more information, see DTSLogEntryFrequency.