Proprietà IDTSOutput100.ErrorOrTruncationOperation

Gets or sets text that describes the error or truncation operation of an IDTSOutput100 object.

Spazio dei nomi  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)

Sintassi

'Dichiarazione
Property ErrorOrTruncationOperation As String 
    Get 
    Set
'Utilizzo
Dim instance As IDTSOutput100 
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)

Valore proprietà

Tipo: System.String
A String that describes the type of error or truncation operation of an IDTSOutput100 object.

Osservazioni

This property describes the errors or truncations that can occur at run time as the component is processing the columns in the output. It is set on outputs whose IsErrorOut property is true.

Vedere anche

Riferimento

IDTSOutput100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Pipeline.Wrapper