IDTSLogProviders100 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 an interface of log providers.
public interface class IDTSLogProviders100 : System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("20DC5792-E39C-49DC-B8B2-8334809024DF")]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("DA808634-EEBA-4D60-8FFB-EBEB7AA64294")]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)]
[System.Runtime.InteropServices.Guid("FE986A36-1987-4A09-BF20-84AC67EA238D")]
public interface IDTSLogProviders100 : System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("20DC5792-E39C-49DC-B8B2-8334809024DF")>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
type IDTSLogProviders100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("DA808634-EEBA-4D60-8FFB-EBEB7AA64294")>]
type IDTSLogProviders100 = interface
interface IEnumerable
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FDispatchable | System.Runtime.InteropServices.TypeLibTypeFlags.FDual)>]
[<System.Runtime.InteropServices.Guid("FE986A36-1987-4A09-BF20-84AC67EA238D")>]
type IDTSLogProviders100 = interface
interface IEnumerable
Public Interface IDTSLogProviders100
Implements IEnumerable
- Attributes
- Implements
Remarks
For more information, see LogProviders.
Properties
Count |
Gets the number or elements contained in the collection. |
Item[Object] |
Gets a log provider object from the collection. |
Methods
Add(String) |
Adds the specified log provider to the end of the collection. |
GetEnumerator() |
Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection. |
Join(IDTSLogProvider100) |
Joins a specified log provider to the collection. |
Remove(Object) |
Removes a log provider object from the IDTSLogProviders100 collection. |