IDTSPackage100.Warnings Property

Definition

public:
 property Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSWarnings100 ^ Warnings { Microsoft::SqlServer::Dts::Runtime::Wrapper::Sql2012::IDTSWarnings100 ^ get(); };
[System.Runtime.InteropServices.DispId(75)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSWarnings100 Warnings { [System.Runtime.InteropServices.DispId(75)] get; }
[<System.Runtime.InteropServices.DispId(75)>]
[<get: System.Runtime.InteropServices.DispId(75)>]
member this.Warnings : Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012.IDTSWarnings100
Public ReadOnly Property Warnings As IDTSWarnings100

Property Value

A collection of warnings set on the package.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to