TaskExecutionLogEntryType Enumeration

 

Enumerates the list of the specified LogEntryType.

Namespace:   Microsoft.SqlServer.Management
Assembly:  Microsoft.SqlServer.Management.SDK.SqlStudio (in Microsoft.SqlServer.Management.SDK.SqlStudio.dll)

public enum class TaskExecutionLogEntryType

Member nameDescription
Error

Defines the execution of the LogEntryType to error.

Information

Defines the execution of the LogEntryType to information.

Warning

Defines the execution of the LogEntryType to warning.

Return to top
Show: