IDTSLogProviders100 接口

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

Represents an interface of log providers.

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

语法

声明
<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")> _
Public Interface IDTSLogProviders100 _
    Inherits IEnumerable
用法
Dim instance As IDTSLogProviders100
[GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface IDTSLogProviders100 : IEnumerable
[GuidAttribute(L"DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")]
public interface class IDTSLogProviders100 : IEnumerable
[<GuidAttribute("DEDCA1C9-C2B4-45D1-9EFC-8FCF91278C45")>]
type IDTSLogProviders100 =  
    interface 
        interface IEnumerable 
    end
public interface IDTSLogProviders100 extends IEnumerable

IDTSLogProviders100 类型公开以下成员。

属性

  名称 说明
公共属性 Count 基础结构。Gets the number or elements contained in the collection.
公共属性 Item 基础结构。Gets a log provider object from the collection.

页首

方法

  名称 说明
公共方法 Add 基础结构。Adds the specified log provider to the end of the collection.
公共方法 GetEnumerator 基础结构。Gets an IEnumerator for use in iterating over the IDTSLogProviders100 collection.
公共方法 Join 基础结构。Joins a specified log provider to the collection.
公共方法 Remove 基础结构。Removes a log provider object from the IDTSLogProviders100 collection.

页首

注释

For more information, see LogProviders.

请参阅

参考

Microsoft.SqlServer.Dts.Runtime.Wrapper 命名空间