共用方式為


IDTSOutput100.IsErrorOut 屬性

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

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Property IsErrorOut As Boolean 
    Get 
    Set
'用途
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)

屬性值

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

備註

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.

請參閱

參考

IDTSOutput100 介面

Microsoft.SqlServer.Dts.Pipeline.Wrapper 命名空間