LogProviderSQLProfilerClass.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:
virtual cli::array <bool> ^ GetFilterStatus(cli::array <System::String ^> ^ % EventNames) = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSLogging100::GetFilterStatus;
public virtual bool[] GetFilterStatus (ref string[] EventNames);
abstract member GetFilterStatus : String[] -> bool[]
override this.GetFilterStatus : String[] -> bool[]
Public Overridable Function GetFilterStatus (ByRef EventNames As String()) As Boolean()
Parameters
- EventNames
- String[]
The event whose filtering status you are interested in.
Returns
Boolean[]
true if the indicated events are filtered out; otherwise, false.