LogProviderHost 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
For more information, see LogProviderHostClass.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")> _
Public Interface LogProviderHost _
Inherits IDTSName100
用法
Dim instance As LogProviderHost
[GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface LogProviderHost : IDTSName100
[GuidAttribute(L"81AC8A94-D897-4C3E-A290-66E575E4D428")]
public interface class LogProviderHost : IDTSName100
[<GuidAttribute("81AC8A94-D897-4C3E-A290-66E575E4D428")>]
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 继承。) |
页首