Udostępnij przez


UpgradeResult.Failures Property

Gets the Integration Services packages that failed to be upgraded.

Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)

Syntax

'Deklaracja
Public ReadOnly Property Failures As IEnumerable(Of PackageUpgradeResult)
public IEnumerable<PackageUpgradeResult> Failures { get; }
public:
property IEnumerable<PackageUpgradeResult^>^ Failures {
    IEnumerable<PackageUpgradeResult^>^ get ();
}
/** @property */
public IEnumerable<PackageUpgradeResult> get_Failures ()
public function get Failures () : IEnumerable<PackageUpgradeResult>

Property Value

A PackageUpgradeResult object.

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.