DatabaseTaskHost.LoggingBehavior Enumeration

This class and its members are reserved for internal use and are not intended to be used in your code. Specifies the logging behavior.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Enumeration LoggingBehavior
public enum LoggingBehavior
public enum class LoggingBehavior
type LoggingBehavior
public enum LoggingBehavior

Members

Member name Description
NoLogging Behavior is NoLogging
LogEverything Behavior is LogEverything
LogAllButFileNotFound Behavior is LogAllButFileNotFound

See Also

Reference

Microsoft.Data.Schema.Build Namespace