PercentCompleteEventArgs 클래스
Represents the arguments passed by the event raised when a process reaches a percent complete marker.
상속 계층
System.Object
System.EventArgs
Microsoft.SqlServer.Management.Common.ServerMessageEventArgs
Microsoft.SqlServer.Management.Smo.PercentCompleteEventArgs
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SmoExtended(Microsoft.SqlServer.SmoExtended.dll)
구문
‘선언
Public NotInheritable Class PercentCompleteEventArgs _
Inherits ServerMessageEventArgs
‘사용 방법
Dim instance As PercentCompleteEventArgs
public sealed class PercentCompleteEventArgs : ServerMessageEventArgs
public ref class PercentCompleteEventArgs sealed : public ServerMessageEventArgs
[<SealedAttribute>]
type PercentCompleteEventArgs =
class
inherit ServerMessageEventArgs
end
public final class PercentCompleteEventArgs extends ServerMessageEventArgs
PercentCompleteEventArgs 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Error | Gets the error associated with the server message event. (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. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
ToString | Returns a String that represents the ServerMessageEventArgs object. (ServerMessageEventArgs에서 상속됨) |
맨 위로 이동
주의
The PercentCompleteEventArgs object is used by the Backup class and the Restore class to report progress.
Thread Safety
이 유형의 모든 public static(Microsoft Visual Basic의 경우 공유) 멤버는 다중 스레드 작업을 수행하기에 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스