Description
Sets or returns the network
protocol list for the database server.
Remarque : Setting a new value does not take effect until the ApplyPropertyChanges
method is called.
Syntaxe
VBScript
database.ConnectProtocols
database.ConnectProtocols newProtocol
Perl
$database->GetConnectProtocols();
$database->SetConnectProtocols(newProtocol);
- Identificateur
- Description
- base_de_données
- Objet base de données.
- 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.
- Valeur de retour
- 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.