IDTSSupportVerboseLogging100 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Defines methods for accessing the verbose logging.
命名空间: Microsoft.SqlServer.Dts.Runtime.Wrapper
程序集: Microsoft.SqlServer.DTSRuntimeWrap(在 Microsoft.SqlServer.DTSRuntimeWrap.dll 中)
语法
声明
<GuidAttribute("1F5EF923-A13A-4512-81B9-D85C863B5CA6")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSSupportVerboseLogging100
用法
Dim instance As IDTSSupportVerboseLogging100
[GuidAttribute("1F5EF923-A13A-4512-81B9-D85C863B5CA6")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IDTSSupportVerboseLogging100
[GuidAttribute(L"1F5EF923-A13A-4512-81B9-D85C863B5CA6")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IDTSSupportVerboseLogging100
[<GuidAttribute("1F5EF923-A13A-4512-81B9-D85C863B5CA6")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IDTSSupportVerboseLogging100 = interface end
public interface IDTSSupportVerboseLogging100
IDTSSupportVerboseLogging100 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() |
GetVerboseLoggingMode | 基础结构。Indicates whether the mode of the verbose logging was retrieved. |
![]() |
SetVerboseLoggingMode | 基础结构。Sets the mode of the verbose logging. |
页首