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.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedValueTypeForTextStreamColumnException
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
O tipo UnsupportedValueTypeForTextStreamColumnException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
UnsupportedValueTypeForTextStreamColumnException | Initializes a new instance of the UnsupportedValueTypeForTextStreamColumnException class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Data | (Herdado de Exception.) | |
HelpLink | (Herdado de Exception.) | |
HResult | (Herdado de Exception.) | |
InnerException | (Herdado de Exception.) | |
Message | (Herdado de Exception.) | |
Source | (Herdado de Exception.) | |
StackTrace | (Herdado de Exception.) | |
TargetSite | (Herdado de Exception.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetBaseException | (Herdado de Exception.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | (Herdado de Exception.) | |
GetType | (Herdado de Exception.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Exception.) |
Início
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.
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.