Partager via


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

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Structure DTSEventColumnFilter
'Utilisation
Dim instance As DTSEventColumnFilter
public struct DTSEventColumnFilter
public value class DTSEventColumnFilter
[<SealedAttribute>]
type DTSEventColumnFilter =  struct end
JScript prend en charge l'utilisation de structures, mais pas la déclaration de nouvelles structures.

Le type DTSEventColumnFilter expose les membres suivants.

Méthodes

  Nom Description
Méthode publique Equals (hérité de ValueType.)
Méthode protégée Finalize (hérité de Object.)
Méthode publique GetHashCode (hérité de ValueType.)
Méthode publique GetType (hérité de Object.)
Méthode protégée MemberwiseClone (hérité de Object.)
Méthode publique ToString (hérité de ValueType.)

Haut de la page

Champs

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

Haut de la page

Sécurité des threads

Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.