Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DataSet::WriteXmlSchema Method (String^)

 

Writes the DataSet structure as an XML schema to a file.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
void WriteXmlSchema(
	String^ fileName
)

Parameters

fileName
Type: System::String^

The file name (including the path) to which to write.

Exception Condition
SecurityException

FileIOPermission is not set to Write.

Use the WriteXmlSchema method to write the schema for a DataSet to an XML document. The schema includes table, relation, and constraint definitions. To write a schema to an XML document, use the WriteXmlSchema method.

The XML schema is written using the XSD standard.

To write the data to an XML document, use the WriteXml method.

No code example is currently available or this language may not be supported.

FileIOPermission

for reading and writing files. Associated enumeration: FileIOPermissionAccess

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft