Compartilhar via


Interface IDTSLogging100

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

Defines the logging options for the container.

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

Sintaxe

'Declaração
<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")> _
Public Interface IDTSLogging100
'Uso
Dim instance As IDTSLogging100
[GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface IDTSLogging100
[GuidAttribute(L"6223C90D-E8B0-4023-BD44-1639E3B5DB56")]
public interface class IDTSLogging100
[<GuidAttribute("6223C90D-E8B0-4023-BD44-1639E3B5DB56")>]
type IDTSLogging100 =  interface end
public interface IDTSLogging100

O tipo IDTSLogging100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública Enabled Infraestrutura. Gets a value that indicates whether logging is enabled.

Início

Métodos

  Nome Descrição
Método público GetFilterStatus Infraestrutura. Indicates whether to get the filter status of the specified events.
Método público Log Infraestrutura. Writes the log entry.

Início

Comentários

For more information, see IDTSLogging.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper