Enumerazione DTSLoggingMode
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Specifies the logging behavior of the container. The container can turn on logging, disable logging, or specify that the setting to use is the setting found on the parent container.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintassi
'Dichiarazione
Public Enumeration DTSLoggingMode
'Utilizzo
Dim instance As DTSLoggingMode
public enum DTSLoggingMode
public enum class DTSLoggingMode
type DTSLoggingMode
public enum DTSLoggingMode
Membri
Nome membro | Descrizione | |
---|---|---|
DTSLM_DISABLED | Logging is disabled. | |
DTSLM_ENABLED | Logging is enabled. | |
DTSLM_USEPARENTSETTING | Logging value is taken from the logging mode setting of the parent container. |
Osservazioni
For more information, see DTSLoggingMode.