Класс 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.
Иерархия наследования
System.Object
System.Exception
System.ApplicationException
Microsoft.SqlServer.Dts.Pipeline.UnsupportedValueTypeForTextStreamColumnException
Пространство имен: 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
Тип UnsupportedValueTypeForTextStreamColumnException обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
UnsupportedValueTypeForTextStreamColumnException | Initializes a new instance of the UnsupportedValueTypeForTextStreamColumnException class. |
В начало
Свойства
Имя | Описание | |
---|---|---|
Data | (Производный от Exception.) | |
HelpLink | (Производный от Exception.) | |
HResult | (Производный от Exception.) | |
InnerException | (Производный от Exception.) | |
Message | (Производный от Exception.) | |
Source | (Производный от Exception.) | |
StackTrace | (Производный от Exception.) | |
TargetSite | (Производный от Exception.) |
В начало
Методы
Имя | Описание | |
---|---|---|
Equals | (Производный от Object.) | |
Finalize | (Производный от Object.) | |
GetBaseException | (Производный от Exception.) | |
GetHashCode | (Производный от Object.) | |
GetObjectData | Важный элемент безопасности. (Производный от Exception.) | |
GetType | (Производный от Exception.) | |
MemberwiseClone | (Производный от Object.) | |
ToString | (Производный от Exception.) |
В начало
События
Имя | Описание | |
---|---|---|
SerializeObjectState | (Производный от Exception.) |
В начало
Замечания
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.
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.