Metodo SimpleNodeAdapter.IsCriteriaMatched
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Overridable Function IsCriteriaMatched ( _
reference As Object _
) As Boolean
'Utilizzo
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
Parametri
- reference
Tipo: System.Object
The reference of the provider.
Valore restituito
Tipo: System.Boolean
true if the specified children matches the adapter criteria; otherwise, false. The default is true.