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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。