ConnectProtocols

Description

Sets or returns the network protocol list for the database server.

Note: Setting a new value does not take effect until the ApplyPropertyChanges method is called.

Syntax

VBScript


database.ConnectProtocols 
database.ConnectProtocols newProtocol 

Perl


$database->GetConnectProtocols();
$database->SetConnectProtocols(newProtocol); 
Identifier
Description
database
A Database object.
newProtocol
For Visual Basic, an array of strings setting the name of a new network protocol for the database server.

For Perl, reference to an array of strings. Each String in the array contains the name of a network protocol for the database server.

Return value
For Visual Basic, an array of strings containing the name of a network protocol for the database server.

For Perl, a Perl reference to an array of strings. Each String in the array contains the name of a network protocol for the database server.