Share via


DTSEventColumnFilter Structure

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 (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Structure DTSEventColumnFilter
'Usage
Dim instance As DTSEventColumnFilter
public struct DTSEventColumnFilter
public value class DTSEventColumnFilter
[<SealedAttribute>]
type DTSEventColumnFilter =  struct end
JScript suports the use of structures, but not the declaration of new ones.

The DTSEventColumnFilter type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from ValueType.)
Public method GetHashCode (Inherited from ValueType.)
Public method GetType (Inherited from Object.)
Public method ToString (Inherited from ValueType.)

Top

Fields

  Name Description
Public field Computer Determines whether the name of the local computer where this event was sourced is added to the log entry.
Public field DataBytes Determines whether a byte array that contains a binary large object (BLOB), for example, an image, is added to the log entry.
Public field ExecutionID Determines whether the unique package GUID is added to the log entry.
Public field MessageText Determines whether the text of the message is added to the log entry.
Public field Operator Determines whether the user account is added to the log entry.
Public field SourceID Determines whether the GUID of the task that caused the event is added to the log entry.
Public field SourceName Determines whether the name of the task that caused the event is added to the log entry.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace