TransferErrorMessagesTask Class
Provides the ability to copy one or more SQL Server user-defined error messages to another instance of SQL Server. This class cannot be inherited.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Assembly: Microsoft.SqlServer.TransferErrorMessagesTask (in microsoft.sqlserver.transfererrormessagestask.dll)
Syntax
'Declaration
<GuidAttribute("2CF7E415-8548-4fc5-9D63-8B5AE4235385")> _
Public NotInheritable Class TransferErrorMessagesTask
Inherits Task
Implements ITransferErrorMessagesTask, IDTSBreakpointSite, IDTSSuspend, IDTSComponentPersist
[GuidAttribute("2CF7E415-8548-4fc5-9D63-8B5AE4235385")]
public sealed class TransferErrorMessagesTask : Task, ITransferErrorMessagesTask, IDTSBreakpointSite, IDTSSuspend,
IDTSComponentPersist
[GuidAttribute(L"2CF7E415-8548-4fc5-9D63-8B5AE4235385")]
public ref class TransferErrorMessagesTask sealed : public Task, ITransferErrorMessagesTask, IDTSBreakpointSite, IDTSSuspend,
IDTSComponentPersist
/** @attribute GuidAttribute("2CF7E415-8548-4fc5-9D63-8B5AE4235385") */
public final class TransferErrorMessagesTask extends Task implements ITransferErrorMessagesTask, IDTSBreakpointSite,
IDTSSuspend, IDTSComponentPersist
GuidAttribute("2CF7E415-8548-4fc5-9D63-8B5AE4235385")
public final class TransferErrorMessagesTask extends Task implements ITransferErrorMessagesTask, IDTSBreakpointSite,
IDTSSuspend, IDTSComponentPersist
Remarks
A user-defined error message is a message whose ID is equal to or greater than 50000. All user-defined error messages are stored in the sysmessages table in the master database.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Dts.Runtime.DtsObject
Microsoft.SqlServer.Dts.Runtime.Task
Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask.TransferErrorMessagesTask
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
TransferErrorMessagesTask Members
Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask Namespace