UnsupportedDataRecordTypeException 클래스

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

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline
어셈블리:  Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost

구문

‘선언
<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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.