Dumper Class
Represents a dumper.
Assembly: Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)
| Name | Description | |
|---|---|---|
![]() | AddMemoryRaw(IntPtr, Int32) | Adds a memory raw. |
![]() | Dispose() | Releases the resources used by the Dumper class. |
![]() | Dump() | Dumps files. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetDumpResultText() | Returns a dump result text. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | RemoveMemoryRaw(IntPtr, Int32) | Removes the memory raw. |
![]() | SetAppImageName(String^) | Sets the application image of the dumper. |
![]() | SetAppVersion(Int32, Int32) | Sets the application version of the dumper. |
![]() | SetBucket(Int32, Int32) | Sets the bucket of the dumper. |
![]() | SetBucketingParameters(Int32, Int32) | Sets the bucketing parameters of the dumper. |
![]() | SetDirectory(String^) | Sets the directory of the dumper. |
![]() | SetErrorDetails(String^) | Sets the error details of the dumper. |
![]() | SetErrorText(String^) | Sets the error text of the dumper. |
![]() | SetException(Exception^) | Sets an exception of the dumper. |
![]() | SetExtraFile(String^) | Sets the extra file of the dumper. |
![]() | SetFileName(String^) | Sets the filename of the dumper. |
![]() | SetFlags(DumperFlags, DumperFlags) | Sets the specified flags of the dumper. |
![]() | SetInstanceName(String^) | Sets the instance name of the dumper. |
![]() | SetLogFile(String^, Int32) | Sets the log file of the dumper. |
![]() | SetMiniDumpFlags(MiniDumpFlags, MiniDumpFlags) | Sets the mini dump flags. |
![]() | SetServiceName(String^) | Sets the service name of the dumper. |
![]() | SetThreadId(Int32) | Sets the thread identifier of the dumper. |
![]() | SetTitleName(String^) | Sets the title name of the dumper. |
![]() | SetWaitTime(Int32) | Sets the wait time for the dumper. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
