Quit Method
Esse recurso será removido em uma versão futura do Microsoft SQL Server. Evite usar esse recurso em desenvolvimentos novos e planeje modificar os aplicativos que atualmente o utilizam.
The Quit method disconnects all SQLServer objects referenced by an application and forces a release of all application-maintained references on SQL Distributed Management Objects (SQL-DMO) objects.
Sintaxe
object
.Quit(
)
Parts
- object
Expression that evaluates to an object in the Applies To list.
Prototype (C/C++)
HRESULT Quit();