Classe UnsupportedBufferDataTypeException
The exception that is thrown when assigning a value to a buffer column that contains the incorrect data type.
Hierarquia de herança
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedBufferDataTypeException
Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class UnsupportedBufferDataTypeException _
Inherits ApplicationException
'Uso
Dim instance As UnsupportedBufferDataTypeException
[SerializableAttribute]
public class UnsupportedBufferDataTypeException : ApplicationException
[SerializableAttribute]
public ref class UnsupportedBufferDataTypeException : public ApplicationException
[<SerializableAttribute>]
type UnsupportedBufferDataTypeException =
class
inherit ApplicationException
end
public class UnsupportedBufferDataTypeException extends ApplicationException
O tipo UnsupportedBufferDataTypeException expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
UnsupportedBufferDataTypeException | Initializes a new instance of the UnsupportedBufferDataTypeException 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 is thrown if a Boolean is assigned to a string data type column.
This exception can also occur when accessing a column that has a data type that is not currently supported by the PipelineBuffer class.
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.