Класс UpgradeResult
Determines the result of upgrading a collection of Службы Integration Services packages.
Иерархия наследования
System.Object
Microsoft.SqlServer.Dts.Runtime.UpgradeResult
Пространство имен: 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
Тип UpgradeResult обеспечивает доступ к следующим элементам.
Свойства
Имя | Описание | |
---|---|---|
Failures | Gets the Службы Integration Services packages that failed to be upgraded. | |
Status | Gets the upgrade status for a collection of Службы Integration Services packages. | |
Succeeded | Gets the Службы Integration Services packages that were successfully upgraded. | |
Warnings | Gets the Службы Integration Services packages that were successfully upgraded and had warnings. |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetHashCode | (Производный от Object.) | |
GetType | (Производный от Object.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Object.) |
В начало
Замечания
The UpgradeResult object is returned by the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.