ITransferErrorMessagesTask 接口
此 API 支持 SQL Server 2012 基础结构,但不能通过代码直接使用。
Represents the transfer error messages task.
命名空间: Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
程序集: Microsoft.SqlServer.TransferErrorMessagesTask(在 Microsoft.SqlServer.TransferErrorMessagesTask.dll 中)
语法
声明
Public Interface ITransferErrorMessagesTask
用法
Dim instance As ITransferErrorMessagesTask
public interface ITransferErrorMessagesTask
public interface class ITransferErrorMessagesTask
type ITransferErrorMessagesTask = interface end
public interface ITransferErrorMessagesTask
ITransferErrorMessagesTask 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
DestinationConnection | 基础结构。Gets or sets the name of the connection manager for the destination database. |
![]() |
ErrorMessageLanguagesList | 基础结构。Gets or sets the user-defined error messages to transfer. |
![]() |
ErrorMessagesList | 基础结构。Gets or sets the error messages to transfer. |
![]() |
IfObjectExists | 基础结构。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 | 基础结构。Gets or sets the name of the connection manager for the source database. |
![]() |
TransferAllErrorMessages | 基础结构。Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred. |
页首
请参阅
参考
Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask 命名空间