Partager via


EntityModelSchemaGenerator.WriteStorageMapping Méthode

Définition

Écrit le langage MSL dans le fichier spécifié.

Surcharges

WriteStorageMapping(String)

Écrit le langage MSL dans le fichier spécifié.

WriteStorageMapping(XmlWriter)

Écrit le langage MSL (Mapping Specification Language) généré dans un objet XmlWriter.

WriteStorageMapping(String)

Écrit le langage MSL dans le fichier spécifié.

public:
 void WriteStorageMapping(System::String ^ outputFileName);
public void WriteStorageMapping (string outputFileName);
member this.WriteStorageMapping : string -> unit
Public Sub WriteStorageMapping (outputFileName As String)

Paramètres

outputFileName
String

Nom du fichier de sortie.

S’applique à

WriteStorageMapping(XmlWriter)

Écrit le langage MSL (Mapping Specification Language) généré dans un objet XmlWriter.

public:
 void WriteStorageMapping(System::Xml::XmlWriter ^ writer);
public void WriteStorageMapping (System.Xml.XmlWriter writer);
member this.WriteStorageMapping : System.Xml.XmlWriter -> unit
Public Sub WriteStorageMapping (writer As XmlWriter)

Paramètres

writer
XmlWriter

XmlWriter vers lequel le fichier MSL est écrit.

S’applique à