Sdílet prostřednictvím


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
Public property DestinationConnection Infrastructure.
Public property ErrorMessageLanguagesList Infrastructure.
Public property ErrorMessagesList Infrastructure.
Public property IfObjectExists
Public property SourceConnection Infrastructure.
Public property TransferAllErrorMessages Infrastructure.

Top