This topic has not yet been rated - Rate this topic

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)
[FlagsAttribute]
public enum DumperFlags
Member nameDescription
ForceWatsonThe ForceWatson attribute.
DoubleDumpThe DoubleDump attribute.
MaximumDumpThe MaximumDump attribute.
UseDefaultThe UseDefault attribute.
SendToWatsonThe SendToWatson attribute.
WaitAtExitThe WaitAtExit attribute.
VerboseThe Verbose attribute.
MatchFilenameThe MatchFilename attribute.
AllThreadsThe AllThreads attribute.
AllMemoryThe AllMemory attribute.
ReferencedMemoryThe ReferencedMemory attribute.
NoMiniDumpThe NoMiniDump attribute.
DefaultThe Default attribute.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.