Data.DBXPlatform.TDSInvocationMetadata.CloseSession

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property CloseSession: Boolean read FCloseSession write FCloseSession;

C++

__property bool CloseSession = {read=FCloseSession, write=FCloseSession, nodefault};

Propriétés

Type Visibilité  Source Unité  Parent
property public
Data.DBXPlatform.pas
Data.DBXPlatform.hpp
Data.DBXPlatform TDSInvocationMetadata

Description

Spécifie si la session doit être fermée ou non.

La propriété CloseSession spécifie si la session doit être fermée ou non. La propriété a la valeur True quand la session doit être fermée, et False sinon.

Remarque : Une méthode serveur, par exemple, peut fermer une session par programme en appelant GetInvocationMetadata et ensuite CloseSession.

Voir aussi