IDTSErrors100 Interface
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.
Represents a collection of IDTSError100 objects.
public interface class IDTSErrors100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("255752E8-3D6D-4B08-9CD3-5687068FE4D4")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSErrors100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2FA1470B-B707-4E6B-A04F-BC0BD9A46428")]
public interface IDTSErrors100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DF43CD53-33F0-4456-B98C-CA2EBEA06B3D")]
public interface IDTSErrors100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("255752E8-3D6D-4B08-9CD3-5687068FE4D4")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSErrors100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2FA1470B-B707-4E6B-A04F-BC0BD9A46428")>]
type IDTSErrors100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DF43CD53-33F0-4456-B98C-CA2EBEA06B3D")>]
type IDTSErrors100 = interface
interface IEnumerable
Public Interface IDTSErrors100
Implements IEnumerable
- Attributes
- Implements
Properties
Count |
Gets the number of elements contained in the collection. |
Item[Object] |
Gets an IDTSError100 object from the collection. |
Methods
Clear() |
Clears the property settings of the IDTSError100 object. |
GetEnumerator() |
Returns an IEnumerator that can iterate through the collection. |