Condividi tramite


Proprietà IDTSOutput100.IsErrorOut

Gets or sets a value that indicates whether an IDTSOutput100 object is an error output.

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

Sintassi

'Dichiarazione
Property IsErrorOut As Boolean 
    Get 
    Set
'Utilizzo
Dim instance As IDTSOutput100 
Dim value As Boolean 

value = instance.IsErrorOut

instance.IsErrorOut = value
bool IsErrorOut { get; set; }
property bool IsErrorOut {
    bool get ();
    void set (bool value);
}
abstract IsErrorOut : bool with get, set
function get IsErrorOut () : boolean 
function set IsErrorOut (value : boolean)

Valore proprietà

Tipo: System.Boolean
true if the IDTSOutput100 is an error output; otherwise, false. The default is false.

Osservazioni

Components set the IsErrorOut property to indicate that the IDTSOutput100 is an error output. When true, components direct rows from the PipelineBuffer to the error output when an error or truncation occurs as the component is processing the columns in the output.

Vedere anche

Riferimento

IDTSOutput100 Interfaccia

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