UpgradeResult 類別
Determines the result of upgrading a collection of Integration Services packages.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
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) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。