BatchUpgradeOptions 類別
Specifies the options that the Upgrade method will apply to a list of Integration Services packages during the upgrade process.
命名空間: Microsoft.SqlServer.Dts.Runtime
組件: Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)
語法
'宣告
Public Class BatchUpgradeOptions
'用途
Dim instance As BatchUpgradeOptions
public class BatchUpgradeOptions
public ref class BatchUpgradeOptions
type BatchUpgradeOptions = class end
public class BatchUpgradeOptions
備註
You pass the BatchUpgradeOptions 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..::..BatchUpgradeOptions
執行緒安全性
這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。