Partager via


Méthode TestHit

Ne référencez pas directement ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Tests whether the specified field would trigger this ConditionedSql object to be added.

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

Syntaxe

'Déclaration
Protected Function TestHit ( _
    field As String _
) As Boolean
'Utilisation
Dim field As String
Dim returnValue As Boolean

returnValue = Me.TestHit(field)
protected bool TestHit(
    string field
)
protected:
bool TestHit(
    String^ field
)
member TestHit : 
        field:string -> bool 
protected function TestHit(
    field : String
) : boolean

Paramètres

Valeur de retour

Type : System. . :: . .Boolean
true if the specified field would trigger this ConditionedSql object; otherwise, false.