Compartir a través de


Estructura 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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Structure DTSEventColumnFilter
'Uso
Dim instance As DTSEventColumnFilter
public struct DTSEventColumnFilter
public value class DTSEventColumnFilter
[<SealedAttribute>]
type DTSEventColumnFilter =  struct end
JScript admite el uso de estructuras, pero no la declaración de otras nuevas.

El tipo DTSEventColumnFilter expone los siguientes miembros.

Métodos

  Nombre Descripción
Método público Equals (Se hereda de ValueType.)
Método público GetHashCode (Se hereda de ValueType.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de ValueType.)

Arriba

Campos

  Nombre Descripción
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.

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Runtime