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

Perl


$database->GetConnectProtocols();
$database->SetConnectProtocols(newProtocol); 
Identifier
Description
database
A Database object.
newProtocol

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

Return value

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