Partager via


Interface ITransferErrorMessagesTask

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Represents the transfer error messages task.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Assembly :  Microsoft.SqlServer.TransferErrorMessagesTask (en Microsoft.SqlServer.TransferErrorMessagesTask.dll)

Syntaxe

'Déclaration
Public Interface ITransferErrorMessagesTask
'Utilisation
Dim instance As ITransferErrorMessagesTask
public interface ITransferErrorMessagesTask
public interface class ITransferErrorMessagesTask
type ITransferErrorMessagesTask =  interface end
public interface ITransferErrorMessagesTask

Le type ITransferErrorMessagesTask expose les membres suivants.

Propriétés

  Nom Description
Propriété publique DestinationConnection Infrastructure. Gets or sets the name of the connection manager for the destination database.
Propriété publique ErrorMessageLanguagesList Infrastructure. Gets or sets the user-defined error messages to transfer.
Propriété publique ErrorMessagesList Infrastructure. Gets or sets the error messages to transfer.
Propriété publique 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.
Propriété publique SourceConnection Infrastructure. Gets or sets the name of the connection manager for the source database.
Propriété publique TransferAllErrorMessages Infrastructure. Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred.

Haut de la page

Voir aussi

Référence

Espace de noms Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask