Propriété IDTSInputColumn100.ErrorOrTruncationOperation

Gets or sets a String that describes the operation that is taking place when an error or truncation occurs.

Espace de noms :  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly :  Microsoft.SqlServer.DTSPipelineWrap (en Microsoft.SqlServer.DTSPipelineWrap.dll)

Syntaxe

'Déclaration
Property ErrorOrTruncationOperation As String 
    Get 
    Set
'Utilisation
Dim instance As IDTSInputColumn100 
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)

Valeur de propriété

Type : System.String
A String that contains the text that describes the operation that is taking place when an error or truncation occurs during package execution.

Notes

This property describes the operation that is taking place when errors or truncations occur at runtime as the component is processing the input column. It is only set when the component has an IDTSOutput100 object whose IsErrorOut property is true.

Voir aussi

Référence

IDTSInputColumn100 Interface

Espace de noms Microsoft.SqlServer.Dts.Pipeline.Wrapper