DumperFlags Enumeration
SQL Server 2012
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SqlServer.SqlDumper
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
| Member name | Description | |
|---|---|---|
| ForceWatson | The ForceWatson attribute. | |
| DoubleDump | The DoubleDump attribute. | |
| MaximumDump | The MaximumDump attribute. | |
| UseDefault | The UseDefault attribute. | |
| SendToWatson | The SendToWatson attribute. | |
| WaitAtExit | The WaitAtExit attribute. | |
| Verbose | The Verbose attribute. | |
| MatchFilename | The MatchFilename attribute. | |
| AllThreads | The AllThreads attribute. | |
| AllMemory | The AllMemory attribute. | |
| ReferencedMemory | The ReferencedMemory attribute. | |
| NoMiniDump | The NoMiniDump attribute. | |
| Default | The Default attribute. |