Condividi tramite


Struttura 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.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Structure DTSEventColumnFilter
'Utilizzo
Dim instance As DTSEventColumnFilter
public struct DTSEventColumnFilter
public value class DTSEventColumnFilter
[<SealedAttribute>]
type DTSEventColumnFilter =  struct end
JScript supporta l'utilizzo di strutture, ma non la dichiarazione di nuove strutture.

Nel tipo DTSEventColumnFilter sono esposti i membri seguenti.

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da ValueType.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da ValueType.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da ValueType.

In alto

Campi

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

In alto

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.