IDTSLogging.GetFilterStatus(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Boolean[]
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.