Condividi tramite


Metodo TestHit

Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Tests whether the specified field would trigger this ConditionedSql object to be added.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Function TestHit ( _
    field As String _
) As Boolean
'Utilizzo
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

Parametri

Valore restituito

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