Compartilhar via


Estrutura DTSEventColumnFilter

Contains a field for every column that you can put into a log entry. To select columns for writing into the log, set the field's value to true. Set the value to false for every field you do not want added to the log entry.

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

Sintaxe

'Declaração
Public Structure DTSEventColumnFilter
'Uso
Dim instance As DTSEventColumnFilter
public struct DTSEventColumnFilter
public value class DTSEventColumnFilter
[<SealedAttribute>]
type DTSEventColumnFilter =  struct end
JScript dá suporte ao uso de estruturas, mas não à declaração de estruturas novas.

O tipo DTSEventColumnFilter expõe os membros a seguir.

Métodos

  Nome Descrição
Método público Equals (Herdado de ValueType.)
Método protegido Finalize (Herdado de Object.)
Método público GetHashCode (Herdado de ValueType.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString (Herdado de ValueType.)

Início

Campos

  Nome Descrição
Campo público Computer Determines whether the name of the local computer where this event was sourced is added to the log entry.
Campo público DataBytes Determines whether a byte array that contains a binary large object (BLOB), for example, an image, is added to the log entry.
Campo público ExecutionID Determines whether the unique package GUID is added to the log entry.
Campo público MessageText Determines whether the text of the message is added to the log entry.
Campo público Operator Determines whether the user account is added to the log entry.
Campo público SourceID Determines whether the GUID of the task that caused the event is added to the log entry.
Campo público SourceName Determines whether the name of the task that caused the event is added to the log entry.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência