IDTSSelectedLogProviders100 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.
Defines an interface for a collection of selected IDTSLogProvider100 objects.
public interface class IDTSSelectedLogProviders100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("F55F8A1B-1142-40BB-8654-CB61C85CDD8A")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("83BE8FF5-9B78-4E66-97B5-6AFAB1D1F771")]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("2D2558D2-775B-45AD-8BAD-82E529306201")]
public interface IDTSSelectedLogProviders100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("F55F8A1B-1142-40BB-8654-CB61C85CDD8A")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSSelectedLogProviders100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("83BE8FF5-9B78-4E66-97B5-6AFAB1D1F771")>]
type IDTSSelectedLogProviders100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("2D2558D2-775B-45AD-8BAD-82E529306201")>]
type IDTSSelectedLogProviders100 = interface
interface IEnumerable
Public Interface IDTSSelectedLogProviders100
Implements IEnumerable
- Attributes
- Implements
Properties
Count |
Gets the number of elements contained in the collection. |
Item[Object] |
Gets an IDTSLogProvider100 object from the collection. |
Methods
Add(IDTSLogProvider100) |
Adds the specified IDTSLogProvider100 object to the end of the collection. |
GetEnumerator() |
Returns an enumerator for use in iterating over the collection. |
Remove(Object) |
Removes an IDTSLogProvider100 object from the collection. |