Freigeben über


DTSEventColumnFilter-Struktur

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.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Structure DTSEventColumnFilter
'Usage
Dim instance As DTSEventColumnFilter
public struct DTSEventColumnFilter
public value class DTSEventColumnFilter
[<SealedAttribute>]
type DTSEventColumnFilter =  struct end
JScript unterstützt die Verwendung von Strukturen, aber nicht die Deklaration neuer Strukturen.

Der DTSEventColumnFilter-Typ macht folgende Elemente verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von ValueType.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetHashCode (Geerbt von ValueType.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString (Geerbt von ValueType.)

Zum Anfang

Felder

  Name Beschreibung
Öffentliches Feld Computer Determines whether the name of the local computer where this event was sourced is added to the log entry.
Öffentliches Feld DataBytes Determines whether a byte array that contains a binary large object (BLOB), for example, an image, is added to the log entry.
Öffentliches Feld ExecutionID Determines whether the unique package GUID is added to the log entry.
Öffentliches Feld MessageText Determines whether the text of the message is added to the log entry.
Öffentliches Feld Operator Determines whether the user account is added to the log entry.
Öffentliches Feld SourceID Determines whether the GUID of the task that caused the event is added to the log entry.
Öffentliches Feld SourceName Determines whether the name of the task that caused the event is added to the log entry.

Zum Anfang

Threadsicherheit

Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.