Condividi tramite


Classe 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.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
Public Class UnsupportedValueTypeForTextStreamColumnException _
    Inherits ApplicationException
'Utilizzo
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

Osservazioni

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

Esempi

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

Gerarchia di ereditarietà

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

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.