| title | LocalDBStopTracing Function | Microsoft Docs | |
|---|---|---|
| ms.custom | ||
| ms.date | 06/13/2017 | |
| ms.prod | sql-server-2014 | |
| ms.reviewer | ||
| ms.technology | ||
| ms.topic | reference | |
| api_name |
|
|
| api_location |
|
|
| topic_type |
|
|
| ms.assetid | 1d50e040-8602-4ffa-be8f-b8633fdfa7ff | |
| author | CarlRabeler | |
| ms.author | carlrab | |
| manager | craigg |
Disables tracing of API calls for all the SQL Server Express LocalDB instances owned by the current Windows user.
Header file: sqlncli.h
HRESULT LocalDBStopTracing();
S_OK
The function succeeded.
LOCALDB_ERROR_INTERNAL_ERROR
An unexpected error occurred. See the event log for details.
For a code sample that uses LocalDB API, see SQL Server Express LocalDB Reference.