Clase UnsupportedValueTypeForTextStreamColumnException
SQL Server 2012
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.
System.Object
System.Exception
System.ApplicationException
Microsoft.SqlServer.Dts.Pipeline.UnsupportedValueTypeForTextStreamColumnException
System.Exception
System.ApplicationException
Microsoft.SqlServer.Dts.Pipeline.UnsupportedValueTypeForTextStreamColumnException
Espacio de nombres: Microsoft.SqlServer.Dts.Pipeline
Ensamblado: Microsoft.SqlServer.PipelineHost (en Microsoft.SqlServer.PipelineHost.dll)
El tipo UnsupportedValueTypeForTextStreamColumnException expone los siguientes miembros.
| Nombre | Descripción | |
|---|---|---|
![]() | UnsupportedValueTypeForTextStreamColumnException | Initializes a new instance of the UnsupportedValueTypeForTextStreamColumnException class. |
| Nombre | Descripción | |
|---|---|---|
![]() | Equals | (Se hereda de Object.) |
![]() | Finalize | (Se hereda de Object.) |
![]() | GetBaseException | (Se hereda de Exception.) |
![]() | GetHashCode | (Se hereda de Object.) |
![]() | GetObjectData | Importante para la seguridad. (Se hereda de Exception.) |
![]() | GetType | (Se hereda de Exception.) |
![]() | MemberwiseClone | (Se hereda de Object.) |
![]() | ToString | (Se hereda de Exception.) |
This exception occurs when assigning a value of the wrong type to a DT_TEXT or DT_NTEXT column in a PipelineBuffer.

