Description
Sets or returns the vendor type of the database.
Remarque : Setting a new value does not take effect until
the ApplyPropertyChanges method is called.
Syntaxe
VBScript
database.Vendor
database.Vendor database_vendor_constant
Perl
$database->GetVendor();
$database->SetVendor(database_vendor_constant);
- Identificateur
- Description
- base_de_données
- Objet base de données.
- database_vendor_constant
- A Short containing one of the DatabaseVendor enumerated constants.
- Valeur de retour
- A Short containing one of the DatabaseVendor enumerated
constants.