Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
MSDN
MSDN Library
System.Data
 XmlWriteMode (Enumeración)
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
XmlWriteMode Enumeration

Specifies how to write XML data and a relational schema from a DataSet.

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
Visual Basic
Public Enumeration XmlWriteMode
C#
public enum XmlWriteMode
Visual C++
public enum class XmlWriteMode
F#
type XmlWriteMode
Member nameDescription
Supported by the XNA FrameworkWriteSchemaWrites the current contents of the DataSet as XML data with the relational structure as inline XSD schema. If the DataSet has only a schema with no data, only the inline schema is written. If the DataSet does not have a current schema, nothing is written.
Supported by the XNA FrameworkIgnoreSchemaWrites the current contents of the DataSet as XML data, without an XSD schema. If no data is loaded into the DataSet, nothing is written.
Supported by the XNA FrameworkDiffGramWrites the entire DataSet as a DiffGram, including original and current values. To generate a DiffGram containing only changed values, call GetChanges, and then call WriteXml as a DiffGram on the returned DataSet.

Use the members of this enumeration when setting the WriteMode parameter of the WriteXml method.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Biblioteca de clases de .NET Framework
XmlWriteMode (Enumeración)

Especifica cómo escribir datos XML y un esquema relacional a partir de un DataSet.

Espacio de nombres:  System.Data
Ensamblado:  System.Data (en System.Data.dll)
Visual Basic
Public Enumeration XmlWriteMode
C#
public enum XmlWriteMode
Visual C++
public enum class XmlWriteMode
F#
type XmlWriteMode
Nombre de miembroDescripción
Compatible con XNA FrameworkWriteSchemaEscribe el contenido actual de DataSet como datos XML con la estructura relacional como un esquema XSD en línea. Si el DataSet sólo tiene un esquema sin datos, únicamente se escribe el esquema en línea. Si el DataSet no tiene un esquema actual, no se escribe nada.
Compatible con XNA FrameworkIgnoreSchemaEscribe el contenido actual de DataSet como datos XML, sin un esquema XSD. Si no se cargan datos en el DataSet, no se escribe nada.
Compatible con XNA FrameworkDiffGramEscribe el DataSet completo como un DiffGram, incluidos los valores originales y actuales. Para generar un DiffGram que contenga únicamente valores modificados, llame a GetChanges y, a continuación, llame a WriteXml como un DiffGram del DataSet devuelto.

Utilice los miembros de esta enumeración al establecer el parámetro WriteMode del método WriteXml.

.NET Framework

Compatible con: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker