DTSEventColumnFilter Members

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.

The following tables list the members exposed by the DTSEventColumnFilter type.

Public Fields

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

Top

Public Methods

(see also Protected Methods )

  Name Description
ms212056.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from ValueType )
ms212056.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from ValueType )
ms212056.pubmethod(en-US,SQL.90).gif GetType  (inherited from Object )
ms212056.pubmethod(en-US,SQL.90).gifms212056.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
ms212056.pubmethod(en-US,SQL.90).gif ToString  (inherited from ValueType )

Top

Protected Methods

  Name Description
ms212056.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
ms212056.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

DTSEventColumnFilter Structure
Microsoft.SqlServer.Dts.Runtime Namespace