Metodo AddHits
Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server. Tests the specified field against each of the ConditionedSql objects in the list. If the field is a trigger for the ConditionedSql object, the ConditionedSql object is added to the specified StatementBuilder object.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Function AddHits ( _
obj As SqlObjectBase, _
field As String, _
sb As StatementBuilder _
) As Boolean
'Utilizzo
Dim instance As ConditionedSqlList
Dim obj As SqlObjectBase
Dim field As String
Dim sb As StatementBuilder
Dim returnValue As Boolean
returnValue = instance.AddHits(obj, field, _
sb)
public bool AddHits(
SqlObjectBase obj,
string field,
StatementBuilder sb
)
public:
bool AddHits(
SqlObjectBase^ obj,
String^ field,
StatementBuilder^ sb
)
member AddHits :
obj:SqlObjectBase *
field:string *
sb:StatementBuilder -> bool
public function AddHits(
obj : SqlObjectBase,
field : String,
sb : StatementBuilder
) : boolean
Parametri
- obj
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .SqlObjectBase
The SqlObjectBase object that that the field and StatementBuilder object belong to.
- field
Tipo: System. . :: . .String
The name of the field.
- sb
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .StatementBuilder
The StatementBuilder object that is used to construct Transact-SQL statements.
Valore restituito
Tipo: System. . :: . .Boolean
true if a ConditionedSql object is added; otherwise, false.
Vedere anche