Compartir a través de


ConditionedSql.IsHit Método

No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server. Tests whether the specified field has caused 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
Public Function IsHit ( _
    field As String _
) As Boolean
'Uso
Dim instance As ConditionedSql 
Dim field As String 
Dim returnValue As Boolean 

returnValue = instance.IsHit(field)
public bool IsHit(
    string field
)
public:
bool IsHit(
    String^ field
)
member IsHit : 
        field:string -> bool
public function IsHit(
    field : String
) : boolean

Parámetros

Valor devuelto

Tipo: System.Boolean
true if the field has caused this ConditionedSql object to be added; otherwise, false. If the AcceptsMultipleHits property is set to true, this method always returns false.

Vea también

Referencia

ConditionedSql Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc