IDTSLogging.GetFilterStatus(String[]) Method

Definition

Gets the filter status of the specified events.

public:
 cli::array <bool> ^ GetFilterStatus(cli::array <System::String ^> ^ % eventNames);
public bool[] GetFilterStatus (ref string[] eventNames);
abstract member GetFilterStatus : String[] -> bool[]
Public Function GetFilterStatus (ByRef eventNames As String()) As Boolean()

Parameters

eventNames
String[]

The events whose filtering status you are interested in.

Returns

Remarks

The GetFilterStatus method can be used to determine whether indicated events are filtered out or not. The results are returned as an array of Boolean values that can help you decide whether to call the Log method or not.

Applies to