Classe UnsupportedDataRecordTypeException
The exception that is thrown when an unsupported parameter value is passed to the DataRecordTypeToBufferType method.
Spazio dei nomi: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class UnsupportedDataRecordTypeException _
Inherits ApplicationException
'Utilizzo
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
Gerarchia di ereditarietà
System. . :: . .Object
System. . :: . .Exception
System. . :: . .ApplicationException
Microsoft.SqlServer.Dts.Pipeline..::..UnsupportedDataRecordTypeException
Thread Safety
Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.
Vedere anche