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
Running Indicates that the collection set is running.
Finished Indicates the collection set finished collection and upload tasks.
Failed Indicates that the collect set failed.
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.