ITransferErrorMessagesTask Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the transfer error messages task.
Assembly: Microsoft.SqlServer.TransferErrorMessagesTask (in Microsoft.SqlServer.TransferErrorMessagesTask.dll)
| Name | Description | |
|---|---|---|
![]() | DestinationConnection | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection manager for the destination database. |
![]() | ErrorMessageLanguagesList | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the user-defined error messages to transfer. |
![]() | ErrorMessagesList | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the error messages to transfer. |
![]() | IfObjectExists | This API supports the product infrastructure and is not intended to be used directly from your code. 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 | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the name of the connection manager for the source database. |
![]() | TransferAllErrorMessages | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred. |
