共用方式為


IDTSOutputColumn100.ErrorOrTruncationOperation 屬性

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

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

語法

'宣告
Property ErrorOrTruncationOperation As String 
    Get 
    Set
'用途
Dim instance As IDTSOutputColumn100 
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
A String that contains the text that describes the operation that is taking place when an error or truncation occurs during package execution.

備註

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

請參閱

參考

IDTSOutputColumn100 介面

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