Метод ConditionedSql.IsHit
Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server. Tests whether the specified field has caused this ConditionedSql object to be added.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
Public Function IsHit ( _
field As String _
) As Boolean
'Применение
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
Параметры
- field
Тип: System.String
The name of the field to test.
Возвращаемое значение
Тип: 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.