PackageRemote64Class.Errors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of errors associated with the package.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSErrors100 ^ Errors { Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSErrors100 ^ get(); };
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSErrors100 Errors { get; }
member this.Errors : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSErrors100
Public Overridable ReadOnly Property Errors As IDTSErrors100
Property Value
A IDTSErrors100 collection.