不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。 Tests whether the specified field would trigger this ConditionedSql object to be added.
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Protected Function TestHit ( _
field As String _
) As Boolean
'用途
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
參數
- field
型別:System.String
The name of the field to test.
傳回值
型別:System.Boolean
true if the specified field would trigger this ConditionedSql object; otherwise, false.