TaskHostClass.LoggingMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the logging mode of the container.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode LoggingMode { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSLoggingMode value); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode LoggingMode { get; set; }
member this.LoggingMode : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSLoggingMode with get, set
Public Overridable Property LoggingMode As DTSLoggingMode
Property Value
The logging mode of the container.