Método FlushActionLog
Clears the action log and performs any write operations that are queued in the action log. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Public Sub FlushActionLog
'Uso
Dim instance As SfcConnectionContext
instance.FlushActionLog()
public void FlushActionLog()
public:
void FlushActionLog()
member FlushActionLog : unit -> unit
public function FlushActionLog()
Consulte também