PackageRemote32Class.Warnings 属性

定义

获取为包设置的警告集合。

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

属性值

为包设置的 IDTSWarnings100 集合。

实现

适用于