Udostępnij przez


UnsupportedDataRecordTypeException Constructor

Initializes a new instance of the UnsupportedDataRecordTypeException class.

Namespace: Microsoft.SqlServer.Dts.Pipeline
Assembly: Microsoft.SqlServer.PipelineHost (in microsoft.sqlserver.pipelinehost.dll)

Syntax

'Deklaracja
Public Sub New ( _
    typeName As String _
)
public UnsupportedDataRecordTypeException (
    string typeName
)
public:
UnsupportedDataRecordTypeException (
    String^ typeName
)
public UnsupportedDataRecordTypeException (
    String typeName
)
public function UnsupportedDataRecordTypeException (
    typeName : String
)

Parameters

  • typeName
    The name of the data type.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.