IDTSLogProviders100 接口

定义

表示日志提供程序的接口。

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
属性
实现

注解

有关详细信息,请参阅 LogProviders

属性

Count

获取集合中包含的数目或元素。

Item[Object]

从集合中获取一个日志提供程序对象。

方法

Add(String)

将指定的日志提供程序添加到集合的末尾。

GetEnumerator()

获取用于遍历 IEnumerator 集合的 IDTSLogProviders100

Join(IDTSLogProvider100)

将指定的日志提供程序联接到集合。

Remove(Object)

IDTSLogProviders100 集合中删除一个日志提供程序对象。

适用于