PercentCompleteEventArgs Class
Represents the arguments passed by the event raised when a process reaches a percent complete marker.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
System::Object
System::EventArgs
Microsoft.SqlServer.Management.Common::ServerMessageEventArgs
Microsoft.SqlServer.Management.Smo::PercentCompleteEventArgs
System::EventArgs
Microsoft.SqlServer.Management.Common::ServerMessageEventArgs
Microsoft.SqlServer.Management.Smo::PercentCompleteEventArgs
Name | Description | |
---|---|---|
![]() | Error | (Inherited from ServerMessageEventArgs.) |
![]() | Message | Gets the message for the PercentCompleteEventArgs. |
![]() | Percent | Gets the percentage value amount that when used in integer multiples, and marks the point at which to report progress. |
Name | Description | |
---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from ServerMessageEventArgs.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: