TaskExecutionLogEntryEventArgs.LogEntryType 属性

定义

获取与任务执行关联的日志条目类型。

public:
 property Microsoft::SqlServer::Management::TaskExecutionLogEntryType LogEntryType { Microsoft::SqlServer::Management::TaskExecutionLogEntryType get(); };
public Microsoft.SqlServer.Management.TaskExecutionLogEntryType LogEntryType { get; }
member this.LogEntryType : Microsoft.SqlServer.Management.TaskExecutionLogEntryType
Public ReadOnly Property LogEntryType As TaskExecutionLogEntryType

属性值

返回一个值,该值表示与任务执行关联的日志条目类型。

适用于