共用方式為


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
)

參數

請參閱

參考

UnsupportedDataRecordTypeException 類別

Microsoft.SqlServer.Dts.Pipeline 命名空間