SchemaRevs

Description

Returns the schema revisions associated with this schema.

Il s'agit d'une propriété en lecture seule ; elle peut être visualisée mais pas définie.

Each element in the returned collection is a SchemaRev object.

Syntaxe

VBScript

schema.SchemaRevs 

Perl

$schema->GetSchemaRevs(); 
Identificateur
Description
schéma
A Schema object.
Valeur de retour
A SchemaRevs collection object containing the schema revisions associated with this schema.

Feedback