IDTSLogging100.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.
Indicates whether to get the filter status of the specified events.
public:
cli::array <bool> ^ GetFilterStatus(cli::array <System::String ^> ^ % EventNames);
[System.Runtime.InteropServices.DispId(1610743810)]
public bool[] GetFilterStatus (ref string[] EventNames);
[<System.Runtime.InteropServices.DispId(1610743810)>]
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[]
true to get the filter status of the specified events; otherwise, false.
- Attributes