Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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
- field
Tipo: System.String
The name of the field to test.
Valore restituito
Tipo: System.Boolean
true if the specified field would trigger this ConditionedSql object; otherwise, false.