Udostępnij przez


UpgradeResult.Warnings Property

Gets the Integration Services packages that were successfully upgraded and had warnings.

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

Syntax

'Deklaracja
Public ReadOnly Property Warnings As IEnumerable(Of PackageUpgradeResult)
public IEnumerable<PackageUpgradeResult> Warnings { get; }
public:
property IEnumerable<PackageUpgradeResult^>^ Warnings {
    IEnumerable<PackageUpgradeResult^>^ get ();
}
/** @property */
public IEnumerable<PackageUpgradeResult> get_Warnings ()
public function get Warnings () : 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.