Interfaccia ITransferErrorMessagesTask
Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.
Represents the transfer error messages task.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask
Assembly: Microsoft.SqlServer.TransferErrorMessagesTask (in Microsoft.SqlServer.TransferErrorMessagesTask.dll)
Sintassi
'Dichiarazione
Public Interface ITransferErrorMessagesTask
'Utilizzo
Dim instance As ITransferErrorMessagesTask
public interface ITransferErrorMessagesTask
public interface class ITransferErrorMessagesTask
type ITransferErrorMessagesTask = interface end
public interface ITransferErrorMessagesTask
Nel tipo ITransferErrorMessagesTask sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
DestinationConnection | Infrastruttura. Gets or sets the name of the connection manager for the destination database. | |
ErrorMessageLanguagesList | Infrastruttura. Gets or sets the user-defined error messages to transfer. | |
ErrorMessagesList | Infrastruttura. Gets or sets the error messages to transfer. | |
IfObjectExists | Infrastruttura. 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 | Infrastruttura. Gets or sets the name of the connection manager for the source database. | |
TransferAllErrorMessages | Infrastruttura. Gets or sets a value that indicates whether all user-defined error messages at the source should be transferred. |
In alto
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.TransferErrorMessagesTask