XmlSchemas.IsDataSet(XmlSchema) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Méthode statique qui détermine si le schéma XML spécifié contient un attribut personnalisé IsDataSet
qui a la valeur de true
, ou son équivalent.
Cette API prend en charge l'infrastructure du produit et n'est pas destinée à être utilisée directement à partir de votre code.
public:
static bool IsDataSet(System::Xml::Schema::XmlSchema ^ schema);
public static bool IsDataSet (System.Xml.Schema.XmlSchema schema);
static member IsDataSet : System.Xml.Schema.XmlSchema -> bool
Public Shared Function IsDataSet (schema As XmlSchema) As Boolean
Paramètres
- schema
- XmlSchema
Schéma XML à vérifier pour un attribut IsDataSet
qui a la valeur de true
.
Retours
true
si le schéma spécifié existe ; sinon, false
.
Remarques
L’attribut IsDataSet
provient de l’espace de noms urn:schemas-microsoft-com:xml-msdata
.
La IsDataSet méthode est appelée par l’infrastructure de sérialisation XML du .NET Framework et n’a pas besoin d’être appelée directement.