IDTSWarnings100 Interface

Definition

Defines a properties and methods for the collection of warning.

public interface class IDTSWarnings100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("53418CBC-D6D8-42A1-8D0E-9410BF3DCB8E")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("9338E492-60E9-4A8A-B1FB-15865EC474AF")]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DFC9B871-BD36-422C-AB47-E7E4819A42A3")]
public interface IDTSWarnings100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("53418CBC-D6D8-42A1-8D0E-9410BF3DCB8E")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSWarnings100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("9338E492-60E9-4A8A-B1FB-15865EC474AF")>]
type IDTSWarnings100 = interface
    interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DFC9B871-BD36-422C-AB47-E7E4819A42A3")>]
type IDTSWarnings100 = interface
    interface IEnumerable
Public Interface IDTSWarnings100
Implements IEnumerable
Attributes
Implements

Remarks

For more information, see DtsWarnings.

Properties

Count

Gets the number of elements contained in the IDTSWarnings100 instance.

Item[Object]

Gets a IDTSWarning100 object from the collection.

Methods

Clear()

Clears all objects from the IDTSWarnings100 collection.

GetEnumerator()

Returns an IEnumerator for use in iterating over the IDTSWarnings100 collection.

Applies to