Método ConditionedSql.TestHit
Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server. Tests whether the specified field would trigger this ConditionedSql object to be added.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Function TestHit ( _
field As String _
) As Boolean
'Uso
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
Parâmetros
- field
Tipo: System.String
The name of the field to test.
Valor de retorno
Tipo: System.Boolean
true if the specified field would trigger this ConditionedSql object; otherwise, false.