Bagikan melalui


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
Public property DestinationConnection Infrastructure. Gets or sets the name of the connection manager for the destination database.
Public property ErrorMessageLanguagesList Infrastructure. Gets or sets the user-defined error messages to transfer.
Public property ErrorMessagesList Infrastructure. Gets or sets the error messages to transfer.
Public property 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.
Public property SourceConnection Infrastructure. Gets or sets the name of the connection manager for the source database.
Public property 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