Dumper Class

 

Represents a dumper.

Namespace:   Microsoft.SqlServer.SqlDumper
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

System::Object
  Microsoft.SqlServer.SqlDumper::Dumper

public ref class Dumper sealed : IDisposable

NameDescription
System_CAPS_pubmethodAddMemoryRaw(IntPtr, Int32)

Adds a memory raw.

System_CAPS_pubmethodDispose()

Releases the resources used by the Dumper class.

System_CAPS_pubmethodDump()

Dumps files.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetDumpResultText()

Returns a dump result text.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodRemoveMemoryRaw(IntPtr, Int32)

Removes the memory raw.

System_CAPS_pubmethodSetAppImageName(String^)

Sets the application image of the dumper.

System_CAPS_pubmethodSetAppVersion(Int32, Int32)

Sets the application version of the dumper.

System_CAPS_pubmethodSetBucket(Int32, Int32)

Sets the bucket of the dumper.

System_CAPS_pubmethodSetBucketingParameters(Int32, Int32)

Sets the bucketing parameters of the dumper.

System_CAPS_pubmethodSetDirectory(String^)

Sets the directory of the dumper.

System_CAPS_pubmethodSetErrorDetails(String^)

Sets the error details of the dumper.

System_CAPS_pubmethodSetErrorText(String^)

Sets the error text of the dumper.

System_CAPS_pubmethodSetException(Exception^)

Sets an exception of the dumper.

System_CAPS_pubmethodSetExtraFile(String^)

Sets the extra file of the dumper.

System_CAPS_pubmethodSetFileName(String^)

Sets the filename of the dumper.

System_CAPS_pubmethodSetFlags(DumperFlags, DumperFlags)

Sets the specified flags of the dumper.

System_CAPS_pubmethodSetInstanceName(String^)

Sets the instance name of the dumper.

System_CAPS_pubmethodSetLogFile(String^, Int32)

Sets the log file of the dumper.

System_CAPS_pubmethodSetMiniDumpFlags(MiniDumpFlags, MiniDumpFlags)

Sets the mini dump flags.

System_CAPS_pubmethodSetServiceName(String^)

Sets the service name of the dumper.

System_CAPS_pubmethodSetThreadId(Int32)

Sets the thread identifier of the dumper.

System_CAPS_pubmethodSetTitleName(String^)

Sets the title name of the dumper.

System_CAPS_pubmethodSetWaitTime(Int32)

Sets the wait time for the dumper.

System_CAPS_pubmethodToString()

(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.

Return to top
Show: