共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。