EntityStoreSchemaGenerator.WriteStoreSchema Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Writes the generated store schema definition language (SSDL) to a file.
Overloads
WriteStoreSchema(String) |
Writes the generated store schema definition language (SSDL) to a file. |
WriteStoreSchema(XmlWriter) |
Writes the generated store schema definition language (SSDL) to an XmlWriter object. |
WriteStoreSchema(String)
Writes the generated store schema definition language (SSDL) to a file.
public:
void WriteStoreSchema(System::String ^ outputFileName);
public void WriteStoreSchema (string outputFileName);
member this.WriteStoreSchema : string -> unit
Public Sub WriteStoreSchema (outputFileName As String)
Parameters
- outputFileName
- String
The name of the output file.
Applies to
WriteStoreSchema(XmlWriter)
Writes the generated store schema definition language (SSDL) to an XmlWriter object.
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)
Parameters
- writer
- XmlWriter
The XmlWriter to which the SSDL is written.