Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.35 KB

File metadata and controls

44 lines (35 loc) · 1.35 KB
title LocalDBStopTracing Function | Microsoft Docs
ms.custom
ms.date 03/03/2017
ms.prod sql
ms.prod_service database-engine
ms.reviewer
ms.technology
ms.topic reference
apiname
LocalDBStopTracing
apilocation
sqluserinstance.dll
apitype DLLExport
ms.assetid 1d50e040-8602-4ffa-be8f-b8633fdfa7ff
author CarlRabeler
ms.author carlrab

LocalDBStopTracing Function

[!INCLUDEappliesto-ss-xxxx-xxxx-xxx-md] Disables tracing of API calls for all the SQL Server Express LocalDB instances owned by the current Windows user.

Header file: sqlncli.h

Syntax

HRESULT LocalDBStopTracing();  

Returns

S_OK
The function succeeded.

LOCALDB_ERROR_INTERNAL_ERROR
An unexpected error occurred. See the event log for details.

Remarks

For a code sample that uses LocalDB API, see SQL Server Express LocalDB Reference.

See Also

SQL Server Express LocalDB Header and Version Information