Compartir a través de


Interfaz ITransferErrorMessagesTask

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Represents the transfer error messages task.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Ensamblado:  Microsoft.SqlServer.TransferErrorMessagesTask (en Microsoft.SqlServer.TransferErrorMessagesTask.dll)

Sintaxis

'Declaración
Public Interface ITransferErrorMessagesTask
'Uso
Dim instance As ITransferErrorMessagesTask
public interface ITransferErrorMessagesTask
public interface class ITransferErrorMessagesTask
type ITransferErrorMessagesTask =  interface end
public interface ITransferErrorMessagesTask

El tipo ITransferErrorMessagesTask expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública DestinationConnection Infraestructura. Gets or sets the name of the connection manager for the destination database.
Propiedad pública ErrorMessageLanguagesList Infraestructura. Gets or sets the user-defined error messages to transfer.
Propiedad pública ErrorMessagesList Infraestructura. Gets or sets the error messages to transfer.
Propiedad pública IfObjectExists Infraestructura. 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.
Propiedad pública SourceConnection Infraestructura. Gets or sets the name of the connection manager for the source database.
Propiedad pública TransferAllErrorMessages Infraestructura. Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred.

Arriba

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask