共用方式為


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 命名空間