DTSEventColumnFilter Structure
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
public struct DTSEventColumnFilter
public value class DTSEventColumnFilter
public final class DTSEventColumnFilter extends ValueType
JScript suports the use of structures, but not the declaration of new ones.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
DTSEventColumnFilter Members
Microsoft.SqlServer.Dts.Runtime Namespace