'Declaration Public Enum MySqlDumpObjects Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MySqlDumpObjects : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MySqlDumpObjects Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MySqlDumpObjects : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Member | Description |
---|---|
All | All database objects will be included. |
Database | Includes databases in the dump. |
Events | Includes events in the dump. |
Functions | Includes functions in the dump. |
None | No objects are included in the script. This value is set by MySqlDump designer when no object is checked. |
Procedures | Includes procedures in the dump. |
Tables | Includes tables in the dump. |
Triggers | Includes triggers in the dump. |
Udfs | Includes user-defined functions in the dump. |
Users | Includes users in the dump. |
Views | Includes views in the dump. |
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.Data.MySql.MySqlDumpObjects
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