UnsupportedValueTypeForTextStreamColumnException 클래스

The exception that is thrown when the type of the value that is being assigned to a column in a PipelineBuffer is not a string or byte array.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost

구문

‘선언
Public Class UnsupportedValueTypeForTextStreamColumnException _
    Inherits ApplicationException
‘사용 방법
Dim instance As UnsupportedValueTypeForTextStreamColumnException
public class UnsupportedValueTypeForTextStreamColumnException : ApplicationException
public ref class UnsupportedValueTypeForTextStreamColumnException : public ApplicationException
type UnsupportedValueTypeForTextStreamColumnException =  
    class
        inherit ApplicationException
    end
public class UnsupportedValueTypeForTextStreamColumnException extends ApplicationException

주의

This exception occurs when assigning a value of the wrong type to a DT_TEXT or DT_NTEXT column in a PipelineBuffer.

예제

The following example shows how this exception occurs when the first column in the buffer is DT_TEXT or DT_NTEXT.

상속 계층 구조

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedValueTypeForTextStreamColumnException

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.