EntityStoreSchemaGenerator.WriteStoreSchema 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.
Écrit le langage de définition de schéma du magasin généré (SSDL) dans un fichier.
Surcharges
| Nom | Description |
|---|---|
| WriteStoreSchema(String) |
Écrit le langage de définition de schéma du magasin généré (SSDL) dans un fichier. |
| WriteStoreSchema(XmlWriter) |
Écrit le langage de définition de schéma du magasin généré (SSDL) dans un objet XmlWriter. |
WriteStoreSchema(String)
Écrit le langage de définition de schéma du magasin généré (SSDL) dans un fichier.
public:
void WriteStoreSchema(System::String ^ outputFileName);
public void WriteStoreSchema(string outputFileName);
member this.WriteStoreSchema : string -> unit
Public Sub WriteStoreSchema (outputFileName As String)
Paramètres
- outputFileName
- String
Nom du fichier de sortie.
S’applique à
WriteStoreSchema(XmlWriter)
Écrit le langage de définition de schéma du magasin généré (SSDL) dans un objet XmlWriter.
public:
void WriteStoreSchema(System::Xml::XmlWriter ^ writer);
public void WriteStoreSchema(System.Xml.XmlWriter writer);
member this.WriteStoreSchema : System.Xml.XmlWriter -> unit
Public Sub WriteStoreSchema (writer As XmlWriter)
Paramètres
- writer
- XmlWriter
XmlWriter dans lequel le SSDL est écrit.