Compartilhar via


Interface IDTSLoggingOptions100

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

Represents an interface of the DTS logging options.

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

Sintaxe

'Declaração
<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")> _
Public Interface IDTSLoggingOptions100
'Uso
Dim instance As IDTSLoggingOptions100
[GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")]
public interface IDTSLoggingOptions100
[GuidAttribute(L"A92F23FC-BC5A-4D68-AABF-A753F3114A4B")]
public interface class IDTSLoggingOptions100
[<GuidAttribute("A92F23FC-BC5A-4D68-AABF-A753F3114A4B")>]
type IDTSLoggingOptions100 =  interface end
public interface IDTSLoggingOptions100

O tipo IDTSLoggingOptions100 expõe os membros a seguir.

Propriedades

  Nome Descrição
Propriedade pública EventFilter Infraestrutura. Gets or sets an array that contains the names of the events that are the subject of the filtering options.
Propriedade pública EventFilterKind Gets or sets a value that describes the kind of event filter that is set, whether included or excluded.
Propriedade pública SelectedLogProviders Infraestrutura. Gets a collection of log providers selected on the container.

Início

Métodos

  Nome Descrição
Método público GetColumnFilter Infraestrutura. Returns column filter for the specified event.
Método público GetColumnFilteredEvents Infraestrutura. Returns a string array that contains a list of events that have a column filter set.
Método público SetColumnFilter Infraestrutura. Sets column filter for the specified event.

Início

Comentários

For more information, see LoggingOptions.

Consulte também

Referência

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper