Partager via


Énumération DTSLogEntryFrequency

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Provides values that correspond to a log scheme used to assist in log planning.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Enumeration DTSLogEntryFrequency
'Utilisation
Dim instance As DTSLogEntryFrequency
public enum DTSLogEntryFrequency
public enum class DTSLogEntryFrequency
type DTSLogEntryFrequency
public enum DTSLogEntryFrequency

Membres

Nom de membre 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.

Notes

For more information, see DTSLogEntryFrequency.

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper