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.
The AsyncStatus object represents the status of an asynchronous process.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.AsyncStatus
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public NotInheritable Class AsyncStatus
'Usage
Dim instance As AsyncStatus
public sealed class AsyncStatus
public ref class AsyncStatus sealed
[<SealedAttribute>]
type AsyncStatus = class end
public final class AsyncStatus
The AsyncStatus type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ExecutionStatus | Gets the execution status of the asynchronous process. |
![]() |
LastException | Gets the most recent exception generated by the asynchronous process. |
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.