LogProviderHost 接口

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

For more information, see LogProviderHostClass.

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

语法

声明
<GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")> _
Public Interface LogProviderHost _
    Inherits IDTSName100
用法
Dim instance As LogProviderHost
[GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")]
public interface LogProviderHost : IDTSName100
[GuidAttribute(L"3ED97632-0404-4E74-B662-C7C28C98E4BA")]
public interface class LogProviderHost : IDTSName100
[<GuidAttribute("3ED97632-0404-4E74-B662-C7C28C98E4BA")>]
type LogProviderHost =  
    interface
        interface IDTSName100
    end
public interface LogProviderHost extends IDTSName100

LogProviderHost 类型公开以下成员。

属性

  名称 说明
公共属性 CreationName 基础结构。For more information, see IDTSName. (从 IDTSName100 继承。)
公共属性 Description 基础结构。For more information, see IDTSName. (从 IDTSName100 继承。)
公共属性 ID 基础结构。For more information, see IDTSName. (从 IDTSName100 继承。)
公共属性 Name 基础结构。For more information, see IDTSName. (从 IDTSName100 继承。)

页首