Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
Message | Get a friendly message associated with the current step of an operation. |
![]() |
OperationId | Gets the ID of the top-level task the progress event relates to. |
![]() |
Status | Get status of an active operation. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
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.