ITransferErrorMessagesTask Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the transfer error messages task.
public interface class ITransferErrorMessagesTask
public interface ITransferErrorMessagesTask
type ITransferErrorMessagesTask = interface
Public Interface ITransferErrorMessagesTask
- Derived
Properties
DestinationConnection |
Gets or sets the name of the connection manager for the destination database. |
ErrorMessageLanguagesList |
Gets or sets the user-defined error messages to transfer. |
ErrorMessagesList |
Gets or sets the error messages to transfer. |
IfObjectExists |
Gets or sets a value from the IfObjectExists enumeration indicating if the task should fail, overwrite, or skip the transfer of the error message if an error message with the same name exists at the destination. |
SourceConnection |
Gets or sets the name of the connection manager for the source database. |
TransferAllErrorMessages |
Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred. |