Partager via


Close Method

Cette fonctionnalité sera supprimée dans une prochaine version de Microsoft SQL Server. Évitez d'utiliser cette fonctionnalité dans de nouveaux travaux de développement, et prévoyez de modifier les applications qui utilisent actuellement cette fonctionnalité.

The Close method disconnects the SQLServer object and removes the object from the SQLServers collection of the Application object.

Syntaxe

object
.Close( )

Parts

  • object
    Expression that evaluates to an object in the Applies To list.

Prototype (C/C++)

HRESULT Close();

Applies to:

SQLServer Object