DMExportsDeleteExport Method (String, Int32)
|
Alterian Email Manager 6.2.3 SDK Help File Deletes the specified export context freeing up space and reducing the size of the export table.
Namespace:
DMLibraryAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic static void DeleteExport(
string connectionString,
int exportID
)
Public Shared Sub DeleteExport (
connectionString As String,
exportID As Integer
)
public:
static void DeleteExport(
String^ connectionString,
int exportID
)
static member DeleteExport :
connectionString : string *
exportID : int -> unit
DMLibrary.DMExports.DeleteExport = function(connectionString, exportID);
Parameters
- connectionString
- Type: SystemString
Client database connection string - exportID
- Type: SystemInt32
ID of export context from previous call to CreateExportByList, CreateExportByDate or CreateExportByPK
RemarksIf exports are not deleted when they're no longer needed, newly created exports may perform poorly.
See Also