Partager via


Méthode SimpleNodeAdapter.IsCriteriaMatched

Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.

Espace de noms :  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly :  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntaxe

'Déclaration
Public Overridable Function IsCriteriaMatched ( _
    reference As Object _
) As Boolean
'Utilisation
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

Paramètres

Valeur de retour

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

Voir aussi

Référence

SimpleNodeAdapter Classe

Espace de noms Microsoft.SqlServer.Management.Sdk.Sfc