IDTSLogProvider100 接口

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

Implements an interface of a log provider.

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

语法

声明
<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")> _
Public Interface IDTSLogProvider100
用法
Dim instance As IDTSLogProvider100
[GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface IDTSLogProvider100
[GuidAttribute(L"4A5411B3-17C4-43CF-A9C4-00349669AA47")]
public interface class IDTSLogProvider100
[<GuidAttribute("4A5411B3-17C4-43CF-A9C4-00349669AA47")>]
type IDTSLogProvider100 =  interface end
public interface IDTSLogProvider100

IDTSLogProvider100 类型公开以下成员。

属性

  名称 说明
公共属性 ConfigString 基础结构。Gets or sets the connection and configuration information for the specific log provider.

页首

方法

  名称 说明
公共方法 CloseLog Closes the log.
公共方法 OpenLog 基础结构。Opens the log.
公共方法 Validate Validates the log and returns an enumeration that indicates success or failure.

页首

注释

For more information, see LogProvider.

请参阅

参考

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