Share via


LoggingOptions.GetColumnFilteredEvents Method

Returns a string array that contains a list of events that have a column filter set.

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

Syntax

'Declaration
Public Function GetColumnFilteredEvents As String()
public string[] GetColumnFilteredEvents ()
public:
array<String^>^ GetColumnFilteredEvents ()
public String[] GetColumnFilteredEvents ()
public function GetColumnFilteredEvents () : String[]

Return Value

An array of strings that contain the events that have a column filter set on them.

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

LoggingOptions Class
LoggingOptions Members
Microsoft.SqlServer.Dts.Runtime Namespace