Enum LoggingMode
C#
public enum LoggingMode
Fields
Disabled | Specifies that SQL Server Integration Services logging is disabled for this object. |
Enabled | Specifies that SQL Server Integration Services logging is enabled for this object. |
Inherit | Specifies that the SQL Server Integration Services logging mode for this object will be inherited from the parent item. |