Поделиться через


Свойство IDTSInput100.ErrorOrTruncationOperation

Gets or sets a String that specifies the types of errors or truncations that can occur while processing a PipelineBuffer row.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка:  Microsoft.SqlServer.DTSPipelineWrap (в Microsoft.SqlServer.DTSPipelineWrap.dll)

Синтаксис

'Декларация
Property ErrorOrTruncationOperation As String 
    Get 
    Set
'Применение
Dim instance As IDTSInput100 
Dim value As String 

value = instance.ErrorOrTruncationOperation

instance.ErrorOrTruncationOperation = value
string ErrorOrTruncationOperation { get; set; }
property String^ ErrorOrTruncationOperation {
    String^ get ();
    void set (String^ value);
}
abstract ErrorOrTruncationOperation : string with get, set
function get ErrorOrTruncationOperation () : String 
function set ErrorOrTruncationOperation (value : String)

Значение свойства

Тип: System.String
The types of errors or truncations that can occur while processing a PipelineBuffer row during execution.

Замечания

This optional property is populated by component developers to inform users of the types of errors or truncations that might occur while processing rows during execution.

This property is used in conjunction with the ErrorRowDisposition and TruncationRowDisposition properties, and is set on components that contain an IDTSOutput100 object whose IsErrorOut property is true, and the UsesDispositions property is true.

См. также

Справочник

IDTSInput100 Интерфейс

Пространство имен Microsoft.SqlServer.Dts.Pipeline.Wrapper