CollectionSet.ExecutionStatus Enumeration

Enumerates the collection set to get the current execution status.

Namespace:  Microsoft.SqlServer.Management.Collector
Assembly:  Microsoft.SqlServer.Management.Collector (in Microsoft.SqlServer.Management.Collector.dll)

Syntax

'Declaration
Public Enumeration ExecutionStatus
'Usage
Dim instance As CollectionSet.ExecutionStatus
public enum ExecutionStatus
public enum class ExecutionStatus
type ExecutionStatus
public enum ExecutionStatus

Members

Member name Description
Failed Indicates that the collect set failed.
Finished Indicates the collection set finished collection and upload tasks.
Running Indicates that the collection set is running.
Warning Indicates that there is an error and a warning was generated.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

See Also

Reference

Microsoft.SqlServer.Management.Collector Namespace