Enumeração DTSLoggingMode
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu 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.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Enumeration DTSLoggingMode
'Uso
Dim instance As DTSLoggingMode
public enum DTSLoggingMode
public enum class DTSLoggingMode
type DTSLoggingMode
public enum DTSLoggingMode
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
For more information, see DTSLoggingMode.