SimpleNodeAdapter.IsCriteriaMatched Method
Do not reference this member directly in your code. It supports the SQL Server infrastructure.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntax
'Declaration
Public Overridable Function IsCriteriaMatched ( _
reference As Object _
) As Boolean
'Usage
Dim instance As SimpleNodeAdapter
Dim reference As Object
Dim returnValue As Boolean
returnValue = instance.IsCriteriaMatched(reference)
public virtual bool IsCriteriaMatched(
Object reference
)
public:
virtual bool IsCriteriaMatched(
Object^ reference
)
abstract IsCriteriaMatched :
reference:Object -> bool
override IsCriteriaMatched :
reference:Object -> bool
public function IsCriteriaMatched(
reference : Object
) : boolean
Parameters
- reference
Type: System.Object
The reference of the provider.
Return Value
Type: System.Boolean
true if the specified children matches the adapter criteria; otherwise, false. The default is true.