ITransferErrorMessagesTask Interface
This API supports the infrastructure and is not intended to be used directly from your code.
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 | |
---|---|---|
DestinationConnection | Infrastructure. | |
ErrorMessageLanguagesList | Infrastructure. | |
ErrorMessagesList | Infrastructure. | |
IfObjectExists | ||
SourceConnection | Infrastructure. | |
TransferAllErrorMessages | Infrastructure. |
Top