Méthode ConditionedSql.MarkHit
Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server. Marks this ConditionedSql object as used. (The IsUsed property is set to true.)
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Public Sub MarkHit
'Utilisation
Dim instance As ConditionedSql
instance.MarkHit()
public void MarkHit()
public:
void MarkHit()
member MarkHit : unit -> unit
public function MarkHit()