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.
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
Public Class UnsupportedValueTypeForTextStreamColumnException _
Inherits ApplicationException
'Uso
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
Comentários
This exception occurs when assigning a value of the wrong type to a DT_TEXT or DT_NTEXT column in a PipelineBuffer.
Exemplos
The following example shows how this exception occurs when the first column in the buffer is DT_TEXT or DT_NTEXT.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedValueTypeForTextStreamColumnException
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.
Consulte também