Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
After you create the appropriate connection string and store it in a file, you can programmatically test the validity of your connection with a call to Microsoft.HostIntegration.DataAccessLibrary.DataAccessControl.TestConnection%2A.
Test a connection
Create or retrieve the connection string on which you run the sample query.
For more information about creating and retrieving connection strings, see Creating a Connection String and How to Retrieve Data.
Test the connection with a call to
Microsoft.HostIntegration.DataAccessLibrary.DataAccessControl.TestConnection%2A.If successful,
Microsoft.HostIntegration.DataAccessLibrary.DataAccessControl.TestConnection%2Areturns the class and version number of the server. Otherwise, the method returns null. Note that you may be required to enter the user name and password. In this case, the Password dialog box appears.