Compartilhar via


Interface IDTSSupportVerboseLogging100

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Defines methods for accessing the verbose logging.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
<GuidAttribute("1F5EF923-A13A-4512-81B9-D85C863B5CA6")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IDTSSupportVerboseLogging100
'Uso
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

O tipo IDTSSupportVerboseLogging100 expõe os membros a seguir.

Métodos

  Nome Descrição
Método público GetVerboseLoggingMode Infraestrutura. Indicates whether the mode of the verbose logging was retrieved.
Método público SetVerboseLoggingMode Infraestrutura. Sets the mode of the verbose logging.

Início

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper