Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Deutsch) » SQL Anywhere Server - Programmierung » SQL Anywhere Datenzugriff-APIs » SQL Anywhere .NET 2.0 API-Referenz » iAnywhere.Data.SQLAnywhere-Namespace (.NET 2.0) » SAConnection-Klasse

 

ClearPool-Methode

Leert den Verbindungspool, der der angegebenen Verbindung zugeordnet ist.

Syntax
Visual Basic

Public Shared Sub ClearPool( _
   ByVal connection As SAConnection _
)
C#

public static void ClearPool(
   SAConnection connection
);
Parameter
  • connection   Das SAConnection-Objekt, das aus dem Pool entfernt werden soll.

Siehe auch