Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Tests whether the specified field would trigger this ConditionedSql object to be added.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
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 devuelto
Tipo: System.Boolean
true if the specified field would trigger this ConditionedSql object; otherwise, false.