Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
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 (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Enumeration DTSLoggingMode
'Usage
Dim instance As DTSLoggingMode
public enum DTSLoggingMode
public enum class DTSLoggingMode
type DTSLoggingMode
public enum DTSLoggingMode
Members
| Member name | Description | |
|---|---|---|
| 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. |
Remarks
For more information, see DTSLoggingMode.