UnsupportedValueTypeForTextStreamColumnException Class
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.
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
System::Exception
System::ApplicationException
Microsoft.SqlServer.Dts.Pipeline::UnsupportedValueTypeForTextStreamColumnException
| Name | Description | |
|---|---|---|
![]() | UnsupportedValueTypeForTextStreamColumnException() | Initializes a new instance of the UnsupportedValueTypeForTextStreamColumnException class. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetBaseException() | (Inherited from Exception.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetObjectData(SerializationInfo^, StreamingContext) | (Inherited from Exception.) |
![]() | GetType() | (Inherited from Exception.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Exception.) |
| Name | Description | |
|---|---|---|
![]() | SerializeObjectState | (Inherited from Exception.) |
This exception occurs when assigning a value of the wrong type to a DT_TEXT or DT_NTEXT column in a PipelineBuffer.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



