Langue

EntityStoreSchemaGenerator.WriteStoreSchema Méthode

Définition

É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.

S’applique à