IDTSOutput100.ErrorOrTruncationOperation 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
어셈블리:  Microsoft.SqlServer.DTSPipelineWrap(Microsoft.SqlServer.DTSPipelineWrap.dll)

구문

‘선언
Property ErrorOrTruncationOperation As String 
    Get 
    Set
‘사용 방법
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)

속성 값

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

주의

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.

참고 항목

참조

IDTSOutput100 인터페이스

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스