Класс 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.
Пространство имен: Microsoft.SqlServer.Dts.Pipeline
Сборка: Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)
Синтаксис
'Декларация
Public Class UnsupportedValueTypeForTextStreamColumnException _
Inherits ApplicationException
'Применение
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
Замечания
This exception occurs when assigning a value of the wrong type to a DT_TEXT or DT_NTEXT column in a PipelineBuffer.
Примеры
The following example shows how this exception occurs when the first column in the buffer is DT_TEXT or DT_NTEXT.
Иерархия наследования
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedValueTypeForTextStreamColumnException
Потоковая защита
Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.