Compartilhar via


Construtor UnsupportedDataRecordTypeException

Initializes a new instance of the UnsupportedDataRecordTypeException class.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (em Microsoft.SqlServer.PipelineHost.dll)

Sintaxe

'Declaração
Public Sub New ( _
    typeName As String _
)
'Uso
Dim typeName As String

Dim instance As New UnsupportedDataRecordTypeException(typeName)
public UnsupportedDataRecordTypeException(
    string typeName
)
public:
UnsupportedDataRecordTypeException(
    String^ typeName
)
new : 
        typeName:string -> UnsupportedDataRecordTypeException
public function UnsupportedDataRecordTypeException(
    typeName : String
)

Parâmetros