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.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Structure DTSEventColumnFilter
‘사용 방법
Dim instance As DTSEventColumnFilter
public struct DTSEventColumnFilter
public value class DTSEventColumnFilter
[<SealedAttribute>]
type DTSEventColumnFilter =  struct end
Jscript는 구조체의 사용을 지원하지만 새로운 구조체 선언은 지원하지 않습니다.

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.

맨 위로 이동

스레드 보안

이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.