다음을 통해 공유


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.

DTSEventColumnFilter 형식은 다음 멤버를 노출합니다.

메서드

  이름 설명
공용 메서드 Equals (ValueType에서 상속됩니다.)
보호된 메서드 Finalize (Object에서 상속됩니다.)
공용 메서드 GetHashCode (ValueType에서 상속됩니다.)
공용 메서드 GetType (Object에서 상속됩니다.)
보호된 메서드 MemberwiseClone (Object에서 상속됩니다.)
공용 메서드 ToString (ValueType에서 상속됩니다.)

맨 위로 이동

필드

  이름 설명
공용 필드 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.

맨 위로 이동