UnsupportedDataRecordTypeException 构造函数

Initializes a new instance of the UnsupportedDataRecordTypeException class.

命名空间:  Microsoft.SqlServer.Dts.Pipeline
程序集:  Microsoft.SqlServer.PipelineHost(在 Microsoft.SqlServer.PipelineHost.dll 中)

语法

声明
Public Sub New ( _
    typeName As String _
)
用法
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
)

参数