Поделиться через


Класс UnsupportedDataRecordTypeException

The exception that is thrown when an unsupported parameter value is passed to the DataRecordTypeToBufferType method.

Пространство имен:  Microsoft.SqlServer.Dts.Pipeline
Сборка:  Microsoft.SqlServer.PipelineHost (в Microsoft.SqlServer.PipelineHost.dll)

Синтаксис

'Декларация
<SerializableAttribute> _
Public Class UnsupportedDataRecordTypeException _
    Inherits ApplicationException
'Применение
Dim instance As UnsupportedDataRecordTypeException
[SerializableAttribute]
public class UnsupportedDataRecordTypeException : ApplicationException
[SerializableAttribute]
public ref class UnsupportedDataRecordTypeException : public ApplicationException
[<SerializableAttribute>]
type UnsupportedDataRecordTypeException =  
    class
        inherit ApplicationException
    end
public class UnsupportedDataRecordTypeException extends ApplicationException

Иерархия наследования

System. . :: . .Object
  System. . :: . .Exception
    System. . :: . .ApplicationException
      Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedDataRecordTypeException

Потоковая защита

Все открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность элементов экземпляров не гарантируется.