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. |
上層