다음을 통해 공유


UpgradeResult 클래스

Determines the result of upgrading a collection of Integration Services packages.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS

구문

‘선언
Public Class UpgradeResult
‘사용 방법
Dim instance As UpgradeResult
public class UpgradeResult
public ref class UpgradeResult
type UpgradeResult =  class end
public class UpgradeResult

주의

The UpgradeResultobject is returned by the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.

상속 계층 구조

System. . :: . .Object
  Microsoft.SqlServer.Dts.Runtime..::..UpgradeResult

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.