IDTSLogProviders100 接口

此 API 支持 SQL Server 2008 基础结构,但不能通过代码直接使用。

For more information, see LogProviders.

命名空间:  Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集:  Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)

语法

声明
<GuidAttribute("A45B23DC-A31A-4550-8146-A0FAA99C0F7F")> _
Public Interface IDTSLogProviders100 _
    Inherits IEnumerable
用法
Dim instance As IDTSLogProviders100
[GuidAttribute("A45B23DC-A31A-4550-8146-A0FAA99C0F7F")]
public interface IDTSLogProviders100 : IEnumerable
[GuidAttribute(L"A45B23DC-A31A-4550-8146-A0FAA99C0F7F")]
public interface class IDTSLogProviders100 : IEnumerable
[<GuidAttribute("A45B23DC-A31A-4550-8146-A0FAA99C0F7F")>]
type IDTSLogProviders100 =  
    interface
        interface IEnumerable
    end
public interface IDTSLogProviders100 extends IEnumerable

IDTSLogProviders100 类型公开以下成员。

属性

  名称 说明
公共属性 Count 基础结构。For more information, see LogProviders.
公共属性 Item 基础结构。For more information, see LogProviders.

页首

方法

  名称 说明
公共方法 Add 基础结构。For more information, see LogProviders.
公共方法 GetEnumerator() () () () (从 IEnumerable 继承。)
公共方法 GetEnumerator() () () () 基础结构。For more information, see LogProviders.
公共方法 Remove 基础结构。For more information, see LogProviders.

页首