ITransferErrorMessagesTask Interface
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Represents the transfer error messages task.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Assembly: Microsoft.SqlServer.TransferErrorMessagesTask (in Microsoft.SqlServer.TransferErrorMessagesTask.dll)
Syntax
'Declaration
Public Interface ITransferErrorMessagesTask
'Usage
Dim instance As ITransferErrorMessagesTask
public interface ITransferErrorMessagesTask
public interface class ITransferErrorMessagesTask
type ITransferErrorMessagesTask = interface end
public interface ITransferErrorMessagesTask
The ITransferErrorMessagesTask type exposes the following members.
Properties
Name | Description | |
---|---|---|
DestinationConnection | Infrastructure. Gets or sets the name of the connection manager for the destination database. | |
ErrorMessageLanguagesList | Infrastructure. Gets or sets the user-defined error messages to transfer. | |
ErrorMessagesList | Infrastructure. Gets or sets the error messages to transfer. | |
IfObjectExists | Infrastructure. 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 | Infrastructure. Gets or sets the name of the connection manager for the source database. | |
TransferAllErrorMessages | Infrastructure. Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred. |
Top
See Also
Reference
Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask Namespace