LobSystemInstance.OpenConnection, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Opens a connection to the business application with the connection parameters specified in the Business Data Catalog.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub OpenConnection
'Utilisation
Dim instance As LobSystemInstance
instance.OpenConnection
public void OpenConnection ()
Valeur de retour
None.
Remarques
Business Data clients can use two forms of connection management:
1. Explicit connection management
2. Implicit connection management
Explicit connection management is more complex but is useful and performant when sharing connections. For example, if three Business Data web parts want to share a connection to a backend and query it sequentially, implicit connection management would open and close a connection in each case. It is better to explicitly open a connection using LobSystemInstance.OpenConnection(), make the 3 Business Data Catalog object model calls from the 3 Business Data web parts and then close the connection. OpenConnection opens an explicitly managed connection and associates it with the current thread of control. OpenConnection should be used in conjunction with CurrentConnection - opening one only if CurrentConnection is NULL.
Voir aussi
Référence
LobSystemInstance, classe
Membres LobSystemInstance
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms