다음을 통해 공유


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 네임스페이스