다음을 통해 공유


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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.

참고 항목

참조

Microsoft.SqlServer.Dts.Runtime 네임스페이스