PackageUpgradeResult 클래스
Specifies the upgrade results for a package.
상속 계층
System.Object
Microsoft.SqlServer.Dts.Runtime.PackageUpgradeResult
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Class PackageUpgradeResult _
Implements IDTSEvents
‘사용 방법
Dim instance As PackageUpgradeResult
public class PackageUpgradeResult : IDTSEvents
public ref class PackageUpgradeResult : IDTSEvents
type PackageUpgradeResult =
class
interface IDTSEvents
end
public class PackageUpgradeResult implements IDTSEvents
PackageUpgradeResult 유형에서 다음 멤버를 표시합니다.
속성
이름 | 설명 | |
---|---|---|
Messages | Gets the warning messages or error messages associated with the upgrade results for a package. | |
Package | Gets an UpgradePackageInfo object for a package. | |
Status | Gets or sets the upgrade status for a package. |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
Equals | (Object에서 상속됨) | |
Finalize | (Object에서 상속됨) | |
GetHashCode | (Object에서 상속됨) | |
GetType | (Object에서 상속됨) | |
MemberwiseClone | (Object에서 상속됨) | |
OnBreakpointHit | 인프라입니다. Called when a breakpoint is hit for the PackageUpgradeResult. | |
OnCustomEvent | 인프라입니다. Raises custom event for the PackageUpgradeResult. | |
OnError | 인프라입니다. Raises an event when an error occurs. | |
OnExecutionStatusChanged | 인프라입니다. Occurs when the execution status changes. | |
OnInformation | 인프라입니다. Called any time the task is required to provide information. | |
OnPostExecute | 인프라입니다. Called immediately after the execution logic of the task completes. This event is raised by a task or container immediately after it runs. | |
OnPostValidate | 인프라입니다. Called immediately after the validation logic of the task completes. This event is raised by a task after the task is validated. | |
OnPreExecute | 인프라입니다. Called when a task is about to execute. | |
OnPreValidate | 인프라입니다. Called when the actual validation logic of the task starts. | |
OnProgress | 인프라입니다. Called to update progress about task execution. | |
OnQueryCancel | 인프라입니다. Called at any juncture in task processing where it is feasible to cancel execution. | |
OnTaskFailed | 인프라입니다. Called by the task host when it fails. | |
OnVariableValueChanged | 인프라입니다. Called by the run-time engine. | |
OnWarning | 인프라입니다. Called any time the task is in a state that does not justify an error, but does warrant alerting the client. | |
ToString | (Object에서 상속됨) |
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.