'Declaration Public Enum DumpMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum DumpMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DumpMode Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum DumpMode : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
All | Export both data and metadata. The dump contains DDL and DML statements. |
Data | Export only data contained in tables. The dump text contains DML statements only. |
Schema | Export metadata information only. The dump contains DDL statements only. Information about users is included as well. |
Note: This enumeration is not available in .NET Standard 1.3 compatible assembly. It is available only in the assembly for full .NET Framework and .NET Standard 2.0 compatible assembly.
System.Object
System.ValueType
System.Enum
Devart.Common.DumpMode
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2