Структура 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.

В начало

Безопасность многопоточности

Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.