Determines whether to export functions, procedures, and views together with tables.
This property is obsolete. Use ObjectTypes property instead.
public bool ExportAll {get; set;}
'Declaration
Public Property ExportAll As Boolean
Property Value
true, if functions, procedures, and views DDL statements should be added to dump text; otherwise,
false. The default value is
false.