Membres 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.
Le type DTSEventColumnFilter expose les membres suivants.
Méthodes
Nom | Description | |
---|---|---|
Equals | (Hérité de ValueType.) | |
Finalize | (Hérité de Object.) | |
GetHashCode | (Hérité de ValueType.) | |
GetType | (Hérité de Object.) | |
MemberwiseClone | (Hérité de Object.) | |
ToString | (Hérité de ValueType.) |
Haut de la page
Champs
Nom | Description | |
---|---|---|
Computer | Determines whether the name of the local computer where this event was sourced is added to the log entry. | |
DataBytes | Determines whether a byte array that contains a binary large object (BLOB), for example, an image, is added to the log entry. | |
ExecutionID | Determines whether the unique package GUID is added to the log entry. | |
MessageText | Determines whether the text of the message is added to the log entry. | |
Operator | Determines whether the user account is added to the log entry. | |
SourceID | Determines whether the GUID of the task that caused the event is added to the log entry. | |
SourceName | Determines whether the name of the task that caused the event is added to the log entry. |
Haut de la page