FeatureFilterCriterion<T> Class
Represents a criterion used to filter a feature.
Assembly: Microsoft.SqlServer.Configuration (in Microsoft.SqlServer.Configuration.dll)
| Name | Description | |
|---|---|---|
![]() | FeatureFilterCriterion<T>() | Initializes a new instance of the FeatureFilterCriterion<T> class. |
![]() | FeatureFilterCriterion<T>(Predicate<T>^) | Initializes a new instance of the FeatureFilterCriterion<T> class. |
| Name | Description | |
|---|---|---|
![]() | AddCriterion(FeatureFilterCriterion<T>^) | Adds a criterion. |
![]() | AddCriterion(Predicate<T>^) | Adds a criterion. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | IsFeatureAvailable(T) | Determines whether the specified feature is available. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Addition(FeatureFilterCriterion<T>^, FeatureFilterCriterion<T>^) | Adds the given criteria. |
![]() ![]() | Explicit(Predicate<T>^ to FeatureFilterCriterion<T>^) | Converts the given criterion. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


