Vendor

Description

Sets or returns the vendor type of the database.

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

Syntax

VBScript


database.Vendor 
database.Vendor database_vendor_constant 

Perl


$database->GetVendor();
$database->SetVendor(database_vendor_constant); 
Identifier
Description
database
A Database object.
database_vendor_constant
A Short containing one of the DatabaseVendor enumerated constants.
Return value
A Short containing one of the DatabaseVendor enumerated constants.