IDTSSupportVerboseLogging100 Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Defines methods for accessing the verbose logging.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
<GuidAttribute("1F5EF923-A13A-4512-81B9-D85C863B5CA6")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSSupportVerboseLogging100
'Usage
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
The IDTSSupportVerboseLogging100 type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetVerboseLoggingMode | Infrastructure. Indicates whether the mode of the verbose logging was retrieved. | |
SetVerboseLoggingMode | Infrastructure. Sets the mode of the verbose logging. |
Top