Share via


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

Return Value

Type: System.Boolean
true if the specified children matches the adapter criteria; otherwise, false. The default is true.

See Also

Reference

SimpleNodeAdapter Class

Microsoft.SqlServer.Management.Sdk.Sfc Namespace