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)

Syntax

'Declaration
Public Enumeration TaskExecutionLogEntryType
'Usage
Dim instance As TaskExecutionLogEntryType
public enum TaskExecutionLogEntryType
public enum class TaskExecutionLogEntryType
type TaskExecutionLogEntryType
public enum TaskExecutionLogEntryType

Members

Member name Description
Information Defines the execution of the LogEntryType to information.
Error Defines the execution of the LogEntryType to error.
Warning Defines the execution of the LogEntryType to warning.