UnsupportedDataRecordTypeException コンストラクター

UnsupportedDataRecordTypeException クラスの新しいインスタンスを初期化します。

名前空間:  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
)

パラメーター