UpgradePackageInfo 클래스
Stores information about an Integration Services package that is to be upgraded.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS.dll의 Microsoft.SqlServer.ManagedDTS
구문
‘선언
Public Class UpgradePackageInfo
‘사용 방법
Dim instance As UpgradePackageInfo
public class UpgradePackageInfo
public ref class UpgradePackageInfo
type UpgradePackageInfo = class end
public class UpgradePackageInfo
주의
You pass the UpgradePackageInfo object to the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
상속 계층 구조
System. . :: . .Object
Microsoft.SqlServer.Dts.Runtime..::..UpgradePackageInfo
스레드로부터의 안전성
이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.