DacProgressEventArgs Class

Data associated with event raised as an executing operation completes individual steps of processing.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.SqlServer.Dac.DacProgressEventArgs

Namespace:  Microsoft.SqlServer.Dac
Assembly:  Microsoft.SqlServer.Dac (in Microsoft.SqlServer.Dac.dll)

Syntax

'Declaration
Public NotInheritable Class DacProgressEventArgs _
    Inherits EventArgs
'Usage
Dim instance As DacProgressEventArgs
public sealed class DacProgressEventArgs : EventArgs
public ref class DacProgressEventArgs sealed : public EventArgs
[<SealedAttribute>]
type DacProgressEventArgs =  
    class 
        inherit EventArgs 
    end
public final class DacProgressEventArgs extends EventArgs

The DacProgressEventArgs type exposes the following members.

Properties

  Name Description
Public property Message Get a friendly message associated with the current step of an operation.
Public property OperationId Gets the ID of the top-level task the progress event relates to.
Public property Status Get status of an active operation.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dac Namespace