PackageClass.Warnings Property

Definition

Gets the collection of warnings set on the package.

public:
 virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSWarnings100 ^ Warnings { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSWarnings100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSWarnings100 Warnings { get; }
member this.Warnings : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSWarnings100
Public Overridable ReadOnly Property Warnings As IDTSWarnings100

Property Value

The IDTSWarnings100 collection set on the package..

Implements

Remarks

For more information, see Package.

Applies to