Enumeración DTSLoggingMode
Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.
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.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado: Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxis
'Declaración
Public Enumeration DTSLoggingMode
'Uso
Dim instance As DTSLoggingMode
public enum DTSLoggingMode
public enum class DTSLoggingMode
type DTSLoggingMode
public enum DTSLoggingMode
Miembros
Nombre del miembro | Descripción | |
---|---|---|
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. |
Comentarios
For more information, see DTSLoggingMode.