Interface ITransferErrorMessagesTask
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Represents the transfer error messages task.
Namespace: Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Assembly: Microsoft.SqlServer.TransferErrorMessagesTask (em Microsoft.SqlServer.TransferErrorMessagesTask.dll)
Sintaxe
'Declaração
Public Interface ITransferErrorMessagesTask
'Uso
Dim instance As ITransferErrorMessagesTask
public interface ITransferErrorMessagesTask
public interface class ITransferErrorMessagesTask
type ITransferErrorMessagesTask = interface end
public interface ITransferErrorMessagesTask
O tipo ITransferErrorMessagesTask expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
DestinationConnection | Infraestrutura. Gets or sets the name of the connection manager for the destination database. |
![]() |
ErrorMessageLanguagesList | Infraestrutura. Gets or sets the user-defined error messages to transfer. |
![]() |
ErrorMessagesList | Infraestrutura. Gets or sets the error messages to transfer. |
![]() |
IfObjectExists | Infraestrutura. 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 | Infraestrutura. Gets or sets the name of the connection manager for the source database. |
![]() |
TransferAllErrorMessages | Infraestrutura. Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred. |
Início
Consulte também
Referência
Namespace Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask